Html Css Color HEX #786692 Kimberly

📋 copy color: '#786692'

red 120 ◦ green 102 ◦ blue 146

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

Shades of Kimberly #786692

Tints of Kimberly #786692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 32.61%
G = 27.72%
B = 39.67%

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

#786692 (or 0x786692) is known color: Kimberly. HEX triplet: 78, 66 and 92. RGB value is (120,102,146). Sum of RGB (Red+Green+Blue) = 120+102+146=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #786692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786692 is #87996D. Grayscale: #707070. Windows color (decimal): -8886638 or 9594488. OLE color: 9594488.

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

Color convert

RGB 120 102 146 -
CMYK 0.18 0.30 0 0.43
HSL 264.55º 0.18% 0.49% -
HSV(B) 264.55º 0.3% 0.57% -
XYZ 17.69 15.57 29.27 -
YUV 112.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 120 102 146 0.18 0.30 0 0.43 264.55 0.18 0.49
Hex 78 66 92 12 1E 0 2B 109 12 31
Octal 170 146 222 22 36 0 53 411 22 61
Binary 1111000 1100110 10010010 10010 11110 0 101011 100001001 10010 110001

Color Harmonies of #786692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786692

Black with #786692

Text Example


Text Example

White with #786692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786692; }

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

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

background-color css

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

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

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

border-color css

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

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

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