Html Css Color HEX #736E82 Dolphin

📋 copy color: '#736E82'

red 115 ◦ green 110 ◦ blue 130

#736E82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #736E82

Tints of Dolphin #736E82

RGB

 RED value IS 115 (45.31% from 255) = 32.39%

 GREEN value IS 110 (43.36% from 255) = 30.99%

 BLUE value IS 130 (51.17% from 255) = 36.62%

R = 32.39%
G = 30.99%
B = 36.62%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#736E82 (or 0x736E82) is known color: Dolphin. HEX triplet: 73, 6E and 82. RGB value is (115,110,130). Sum of RGB (Red+Green+Blue) = 115+110+130=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 130 - color contains mainly: blue. Hex color #736E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736E82 is #8C917D. Grayscale: #717171. Windows color (decimal): -9212286 or 8547955. OLE color: 8547955.

HSL color Cylindrical-coordinate representation of color #736E82: hue angle of 255º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #736E82 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 110 130 -
CMYK 0.12 0.15 0 0.49
HSL 255º 0.08% 0.47% -
HSV(B) 255º 0.15% 0.51% -
XYZ 16.68 16.41 23.41 -
YUV 113.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 115 110 130 0.12 0.15 0 0.49 255 0.08 0.47
Hex 73 6E 82 C F 0 31 FF 8 2F
Octal 163 156 202 14 17 0 61 377 10 57
Binary 1110011 1101110 10000010 1100 1111 0 110001 11111111 1000 101111

Color Harmonies of #736E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E82

Black with #736E82

Text Example


Text Example

White with #736E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736E82; }

 p { color: rgb(115,110,130); }

 H1.HeaderClassName
 {
   color: #736E82;
 }
 .AnyTagClassName
 {
   color: #736E82;
 }
</style>

background-color css

<style>
 a { background-color: #736E82; }

 a { background-color: rgb(115,110,130); }

 div.DivClassName
 {
   background-color: #736E82;
 }
 .BgClassName
 {
   background-color: #736E82;
 }
</style>

border-color css

<style>
 span { border-color: #736E82; }

 span { border-color: rgb(115,110,130); }

 td.TdClassName
 {
   border-color: #736E82;
 }
 .TagClassName
 {
   border-color: #736E82;
 }
</style>