Html Css Color HEX #76868E Regent Grey

📋 copy color: '#76868E'

red 118 ◦ green 134 ◦ blue 142

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

Shades of Regent Grey #76868E

Tints of Regent Grey #76868E

RGB

 RED value IS 118 (46.48% from 255) = 29.95%

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

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

R = 29.95%
G = 34.01%
B = 36.04%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76868E (or 0x76868E) is known color: Regent Grey. HEX triplet: 76, 86 and 8E. RGB value is (118,134,142). Sum of RGB (Red+Green+Blue) = 118+134+142=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 142 - color contains mainly: blue. Hex color #76868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76868E is #897971. Grayscale: #828282. Windows color (decimal): -9009522 or 9340534. OLE color: 9340534.

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

Color convert

RGB 118 134 142 -
CMYK 0.17 0.06 0 0.44
HSL 200º 0.1% 0.51% -
HSV(B) 200º 0.17% 0.56% -
XYZ 20.88 22.85 28.9 -
YUV 130.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 118 134 142 0.17 0.06 0 0.44 200 0.1 0.51
Hex 76 86 8E 11 6 0 2C C8 A 33
Octal 166 206 216 21 6 0 54 310 12 63
Binary 1110110 10000110 10001110 10001 110 0 101100 11001000 1010 110011

Color Harmonies of #76868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76868E

Black with #76868E

Text Example


Text Example

White with #76868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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