Html Css Color HEX #767087 Kimberly

📋 copy color: '#767087'

red 118 ◦ green 112 ◦ blue 135

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

Shades of Kimberly #767087

Tints of Kimberly #767087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

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

R = 32.33%
G = 30.68%
B = 36.99%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#767087 (or 0x767087) is known color: Kimberly. HEX triplet: 76, 70 and 87. RGB value is (118,112,135). Sum of RGB (Red+Green+Blue) = 118+112+135=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #767087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767087 is #898F78. Grayscale: #747474. Windows color (decimal): -9015161 or 8876150. OLE color: 8876150.

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

Color convert

RGB 118 112 135 -
CMYK 0.13 0.17 0 0.47
HSL 255.65º 0.09% 0.48% -
HSV(B) 255.65º 0.17% 0.53% -
XYZ 17.64 17.19 25.31 -
YUV 116.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 118 112 135 0.13 0.17 0 0.47 255.65 0.09 0.48
Hex 76 70 87 D 11 0 2F 100 9 30
Octal 166 160 207 15 21 0 57 400 11 60
Binary 1110110 1110000 10000111 1101 10001 0 101111 100000000 1001 110000

Color Harmonies of #767087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767087

Black with #767087

Text Example


Text Example

White with #767087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767087; }

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

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

background-color css

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

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

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

border-color css

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

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

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