Html Css Color HEX #776491 Kimberly

📋 copy color: '#776491'

red 119 ◦ green 100 ◦ blue 145

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

Shades of Kimberly #776491

Tints of Kimberly #776491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

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

R = 32.69%
G = 27.47%
B = 39.84%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#776491 (or 0x776491) is known color: Kimberly. HEX triplet: 77, 64 and 91. RGB value is (119,100,145). Sum of RGB (Red+Green+Blue) = 119+100+145=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #776491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776491 is #889B6E. Grayscale: #6E6E6E. Windows color (decimal): -8952687 or 9528439. OLE color: 9528439.

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

Color convert

RGB 119 100 145 -
CMYK 0.18 0.31 0 0.43
HSL 265.33º 0.18% 0.48% -
HSV(B) 265.33º 0.31% 0.57% -
XYZ 17.28 15.08 28.79 -
YUV 110.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 119 100 145 0.18 0.31 0 0.43 265.33 0.18 0.48
Hex 77 64 91 12 1F 0 2B 109 12 30
Octal 167 144 221 22 37 0 53 411 22 60
Binary 1110111 1100100 10010001 10010 11111 0 101011 100001001 10010 110000

Color Harmonies of #776491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776491

Black with #776491

Text Example


Text Example

White with #776491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776491; }

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

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

background-color css

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

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

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

border-color css

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

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

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