Html Css Color HEX #78688E Kimberly

📋 copy color: '#78688E'

red 120 ◦ green 104 ◦ blue 142

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

Shades of Kimberly #78688E

Tints of Kimberly #78688E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 32.79%
G = 28.42%
B = 38.8%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78688E (or 0x78688E) is known color: Kimberly. HEX triplet: 78, 68 and 8E. RGB value is (120,104,142). Sum of RGB (Red+Green+Blue) = 120+104+142=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #78688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78688E is #879771. Grayscale: #707070. Windows color (decimal): -8886130 or 9332856. OLE color: 9332856.

HSL color Cylindrical-coordinate representation of color #78688E: hue angle of 265.26º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78688E is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 104 142 -
CMYK 0.15 0.27 0 0.44
HSL 265.26º 0.15% 0.48% -
HSV(B) 265.26º 0.27% 0.56% -
XYZ 17.58 15.85 27.72 -
YUV 113.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 120 104 142 0.15 0.27 0 0.44 265.26 0.15 0.48
Hex 78 68 8E F 1B 0 2C 109 F 30
Octal 170 150 216 17 33 0 54 411 17 60
Binary 1111000 1101000 10001110 1111 11011 0 101100 100001001 1111 110000

Color Harmonies of #78688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78688E

Black with #78688E

Text Example


Text Example

White with #78688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78688E; }

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

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

background-color css

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

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

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

border-color css

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

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

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