Html Css Color HEX #786590 Kimberly

📋 copy color: '#786590'

red 120 ◦ green 101 ◦ blue 144

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

Shades of Kimberly #786590

Tints of Kimberly #786590

RGB

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

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

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

R = 32.88%
G = 27.67%
B = 39.45%

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

#786590 (or 0x786590) is known color: Kimberly. HEX triplet: 78, 65 and 90. RGB value is (120,101,144). Sum of RGB (Red+Green+Blue) = 120+101+144=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #786590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786590 is #879A6F. Grayscale: #6F6F6F. Windows color (decimal): -8886896 or 9463160. OLE color: 9463160.

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

Color convert

RGB 120 101 144 -
CMYK 0.17 0.30 0 0.44
HSL 266.51º 0.18% 0.48% -
HSV(B) 266.51º 0.3% 0.56% -
XYZ 17.43 15.31 28.42 -
YUV 111.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 120 101 144 0.17 0.30 0 0.44 266.51 0.18 0.48
Hex 78 65 90 11 1E 0 2C 10B 12 30
Octal 170 145 220 21 36 0 54 413 22 60
Binary 1111000 1100101 10010000 10001 11110 0 101100 100001011 10010 110000

Color Harmonies of #786590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786590

Black with #786590

Text Example


Text Example

White with #786590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786590; }

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

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

background-color css

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

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

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

border-color css

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

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

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