Html Css Color HEX #78868E Regent Grey

📋 copy color: '#78868E'

red 120 ◦ green 134 ◦ blue 142

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

Shades of Regent Grey #78868E

Tints of Regent Grey #78868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.84%

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

R = 30.3%
G = 33.84%
B = 35.86%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78868E (or 0x78868E) is known color: Regent Grey. HEX triplet: 78, 86 and 8E. RGB value is (120,134,142). Sum of RGB (Red+Green+Blue) = 120+134+142=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 142 - color contains mainly: blue. Hex color #78868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78868E is #877971. Grayscale: #828282. Windows color (decimal): -8878450 or 9340536. OLE color: 9340536.

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

Color convert

RGB 120 134 142 -
CMYK 0.15 0.06 0 0.44
HSL 201.82º 0.09% 0.51% -
HSV(B) 201.82º 0.15% 0.56% -
XYZ 21.15 23 28.92 -
YUV 130.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 120 134 142 0.15 0.06 0 0.44 201.82 0.09 0.51
Hex 78 86 8E F 6 0 2C CA 9 33
Octal 170 206 216 17 6 0 54 312 11 63
Binary 1111000 10000110 10001110 1111 110 0 101100 11001010 1001 110011

Color Harmonies of #78868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78868E

Black with #78868E

Text Example


Text Example

White with #78868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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