Html Css Color HEX #786892 Kimberly

📋 copy color: '#786892'

red 120 ◦ green 104 ◦ blue 146

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

Shades of Kimberly #786892

Tints of Kimberly #786892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

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

R = 32.43%
G = 28.11%
B = 39.46%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#786892 (or 0x786892) is known color: Kimberly. HEX triplet: 78, 68 and 92. RGB value is (120,104,146). Sum of RGB (Red+Green+Blue) = 120+104+146=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #786892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786892 is #87976D. Grayscale: #717171. Windows color (decimal): -8886126 or 9595000. OLE color: 9595000.

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

Color convert

RGB 120 104 146 -
CMYK 0.18 0.29 0 0.43
HSL 262.86º 0.17% 0.49% -
HSV(B) 262.86º 0.29% 0.57% -
XYZ 17.88 15.97 29.33 -
YUV 113.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 120 104 146 0.18 0.29 0 0.43 262.86 0.17 0.49
Hex 78 68 92 12 1D 0 2B 107 11 31
Octal 170 150 222 22 35 0 53 407 21 61
Binary 1111000 1101000 10010010 10010 11101 0 101011 100000111 10001 110001

Color Harmonies of #786892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786892

Black with #786892

Text Example


Text Example

White with #786892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786892; }

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

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

background-color css

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

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

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

border-color css

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

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

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