Html Css Color HEX #776590 Kimberly

📋 copy color: '#776590'

red 119 ◦ green 101 ◦ blue 144

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

Shades of Kimberly #776590

Tints of Kimberly #776590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 32.69%
G = 27.75%
B = 39.56%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#776590 (or 0x776590) is known color: Kimberly. HEX triplet: 77, 65 and 90. RGB value is (119,101,144). Sum of RGB (Red+Green+Blue) = 119+101+144=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #776590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776590 is #889A6F. Grayscale: #6F6F6F. Windows color (decimal): -8952432 or 9463159. OLE color: 9463159.

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

Color convert

RGB 119 101 144 -
CMYK 0.17 0.30 0 0.44
HSL 265.12º 0.18% 0.48% -
HSV(B) 265.12º 0.3% 0.56% -
XYZ 17.3 15.24 28.42 -
YUV 111.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 119 101 144 0.17 0.30 0 0.44 265.12 0.18 0.48
Hex 77 65 90 11 1E 0 2C 109 12 30
Octal 167 145 220 21 36 0 54 411 22 60
Binary 1110111 1100101 10010000 10001 11110 0 101100 100001001 10010 110000

Color Harmonies of #776590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776590

Black with #776590

Text Example


Text Example

White with #776590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776590; }

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

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

background-color css

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

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

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

border-color css

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

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

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