Html Css Color HEX #776591 Kimberly

📋 copy color: '#776591'

red 119 ◦ green 101 ◦ blue 145

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

Shades of Kimberly #776591

Tints of Kimberly #776591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

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

R = 32.6%
G = 27.67%
B = 39.73%

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

#776591 (or 0x776591) is known color: Kimberly. HEX triplet: 77, 65 and 91. RGB value is (119,101,145). Sum of RGB (Red+Green+Blue) = 119+101+145=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #776591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776591 is #889A6E. Grayscale: #6F6F6F. Windows color (decimal): -8952431 or 9528695. OLE color: 9528695.

HSL color Cylindrical-coordinate representation of color #776591: hue angle of 264.55º degrees, saturation: 0.18, 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 #776591 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 101 145 -
CMYK 0.18 0.30 0 0.43
HSL 264.55º 0.18% 0.48% -
HSV(B) 264.55º 0.3% 0.57% -
XYZ 17.37 15.27 28.82 -
YUV 111.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 119 101 145 0.18 0.30 0 0.43 264.55 0.18 0.48
Hex 77 65 91 12 1E 0 2B 109 12 30
Octal 167 145 221 22 36 0 53 411 22 60
Binary 1110111 1100101 10010001 10010 11110 0 101011 100001001 10010 110000

Color Harmonies of #776591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776591

Black with #776591

Text Example


Text Example

White with #776591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776591; }

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

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

background-color css

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

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

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

border-color css

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

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

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