Html Css Color HEX #786691 Kimberly

📋 copy color: '#786691'

red 120 ◦ green 102 ◦ blue 145

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

Shades of Kimberly #786691

Tints of Kimberly #786691

RGB

 RED value IS 120 (47.27% from 255) = 32.7%

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

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

R = 32.7%
G = 27.79%
B = 39.51%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#786691 (or 0x786691) is known color: Kimberly. HEX triplet: 78, 66 and 91. RGB value is (120,102,145). Sum of RGB (Red+Green+Blue) = 120+102+145=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 145 - color contains mainly: blue. Hex color #786691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786691 is #87996E. Grayscale: #707070. Windows color (decimal): -8886639 or 9528952. OLE color: 9528952.

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

Color convert

RGB 120 102 145 -
CMYK 0.17 0.30 0 0.43
HSL 265.12º 0.17% 0.48% -
HSV(B) 265.12º 0.3% 0.57% -
XYZ 17.61 15.54 28.86 -
YUV 112.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 120 102 145 0.17 0.30 0 0.43 265.12 0.17 0.48
Hex 78 66 91 11 1E 0 2B 109 11 30
Octal 170 146 221 21 36 0 53 411 21 60
Binary 1111000 1100110 10010001 10001 11110 0 101011 100001001 10001 110000

Color Harmonies of #786691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786691

Black with #786691

Text Example


Text Example

White with #786691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786691; }

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

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

background-color css

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

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

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

border-color css

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

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

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