Html Css Color HEX #786592 Kimberly

📋 copy color: '#786592'

red 120 ◦ green 101 ◦ blue 146

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

Shades of Kimberly #786592

Tints of Kimberly #786592

RGB

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

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

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

R = 32.7%
G = 27.52%
B = 39.78%

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

#786592 (or 0x786592) is known color: Kimberly. HEX triplet: 78, 65 and 92. RGB value is (120,101,146). Sum of RGB (Red+Green+Blue) = 120+101+146=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #786592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786592 is #879A6D. Grayscale: #6F6F6F. Windows color (decimal): -8886894 or 9594232. OLE color: 9594232.

HSL color Cylindrical-coordinate representation of color #786592: 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 #786592 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 101 146 -
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.59 15.38 29.23 -
YUV 111.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 120 101 146 0.18 0.31 0 0.43 265.33 0.18 0.48
Hex 78 65 92 12 1F 0 2B 109 12 30
Octal 170 145 222 22 37 0 53 411 22 60
Binary 1111000 1100101 10010010 10010 11111 0 101011 100001001 10010 110000

Color Harmonies of #786592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786592

Black with #786592

Text Example


Text Example

White with #786592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786592; }

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

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

background-color css

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

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

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

border-color css

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

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

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