Html Css Color HEX #776691 Kimberly

📋 copy color: '#776691'

red 119 ◦ green 102 ◦ blue 145

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

Shades of Kimberly #776691

Tints of Kimberly #776691

RGB

 RED value IS 119 (46.88% from 255) = 32.51%

 GREEN value IS 102 (40.23% from 255) = 27.87%

 BLUE value IS 145 (57.03% from 255) = 39.62%

R = 32.51%
G = 27.87%
B = 39.62%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#776691 (or 0x776691) is known color: Kimberly. HEX triplet: 77, 66 and 91. RGB value is (119,102,145). Sum of RGB (Red+Green+Blue) = 119+102+145=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 145 - color contains mainly: blue. Hex color #776691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776691 is #88996E. Grayscale: #6F6F6F. Windows color (decimal): -8952175 or 9528951. OLE color: 9528951.

HSL color Cylindrical-coordinate representation of color #776691: hue angle of 263.72º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #776691 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 102 145 -
CMYK 0.18 0.30 0 0.43
HSL 263.72º 0.17% 0.48% -
HSV(B) 263.72º 0.3% 0.57% -
XYZ 17.47 15.47 28.85 -
YUV 111.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 119 102 145 0.18 0.30 0 0.43 263.72 0.17 0.48
Hex 77 66 91 12 1E 0 2B 108 11 30
Octal 167 146 221 22 36 0 53 410 21 60
Binary 1110111 1100110 10010001 10010 11110 0 101011 100001000 10001 110000

Color Harmonies of #776691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776691

Black with #776691

Text Example


Text Example

White with #776691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776691; }

 p { color: rgb(119,102,145); }

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

background-color css

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

 a { background-color: rgb(119,102,145); }

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

border-color css

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

 span { border-color: rgb(119,102,145); }

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