Html Css Color HEX #767587 Dolphin

📋 copy color: '#767587'

red 118 ◦ green 117 ◦ blue 135

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

Shades of Dolphin #767587

Tints of Dolphin #767587

RGB

 RED value IS 118 (46.48% from 255) = 31.89%

 GREEN value IS 117 (46.09% from 255) = 31.62%

 BLUE value IS 135 (53.13% from 255) = 36.49%

R = 31.89%
G = 31.62%
B = 36.49%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#767587 (or 0x767587) is known color: Dolphin. HEX triplet: 76, 75 and 87. RGB value is (118,117,135). Sum of RGB (Red+Green+Blue) = 118+117+135=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 135 - color contains mainly: blue. Hex color #767587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767587 is #898A78. Grayscale: #777777. Windows color (decimal): -9013881 or 8877430. OLE color: 8877430.

HSL color Cylindrical-coordinate representation of color #767587: hue angle of 243.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #767587 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 117 135 -
CMYK 0.13 0.13 0 0.47
HSL 243.33º 0.07% 0.49% -
HSV(B) 243.33º 0.13% 0.53% -
XYZ 18.21 18.32 25.5 -
YUV 119.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 118 117 135 0.13 0.13 0 0.47 243.33 0.07 0.49
Hex 76 75 87 D D 0 2F F3 7 31
Octal 166 165 207 15 15 0 57 363 7 61
Binary 1110110 1110101 10000111 1101 1101 0 101111 11110011 111 110001

Color Harmonies of #767587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767587

Black with #767587

Text Example


Text Example

White with #767587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767587; }

 p { color: rgb(118,117,135); }

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

background-color css

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

 a { background-color: rgb(118,117,135); }

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

border-color css

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

 span { border-color: rgb(118,117,135); }

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