Html Css Color HEX #766B89 Kimberly

📋 copy color: '#766B89'

red 118 ◦ green 107 ◦ blue 137

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

Shades of Kimberly #766B89

Tints of Kimberly #766B89

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 32.6%
G = 29.56%
B = 37.85%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#766B89 (or 0x766B89) is known color: Kimberly. HEX triplet: 76, 6B and 89. RGB value is (118,107,137). Sum of RGB (Red+Green+Blue) = 118+107+137=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: blue. Hex color #766B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766B89 is #899476. Grayscale: #717171. Windows color (decimal): -9016439 or 9005942. OLE color: 9005942.

HSL color Cylindrical-coordinate representation of color #766B89: hue angle of 262º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #766B89 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 107 137 -
CMYK 0.14 0.22 0 0.46
HSL 262º 0.12% 0.48% -
HSV(B) 262º 0.22% 0.54% -
XYZ 17.24 16.17 25.88 -
YUV 113.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 118 107 137 0.14 0.22 0 0.46 262 0.12 0.48
Hex 76 6B 89 E 16 0 2E 106 C 30
Octal 166 153 211 16 26 0 56 406 14 60
Binary 1110110 1101011 10001001 1110 10110 0 101110 100000110 1100 110000

Color Harmonies of #766B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B89

Black with #766B89

Text Example


Text Example

White with #766B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766B89; }

 p { color: rgb(118,107,137); }

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

background-color css

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

 a { background-color: rgb(118,107,137); }

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

border-color css

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

 span { border-color: rgb(118,107,137); }

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