Html Css Color HEX #76888C Regent Grey

📋 copy color: '#76888C'

red 118 ◦ green 136 ◦ blue 140

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

Shades of Regent Grey #76888C

Tints of Regent Grey #76888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 29.95%
G = 34.52%
B = 35.53%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76888C (or 0x76888C) is known color: Regent Grey. HEX triplet: 76, 88 and 8C. RGB value is (118,136,140). Sum of RGB (Red+Green+Blue) = 118+136+140=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 140 - color contains mainly: blue. Hex color #76888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76888C is #897773. Grayscale: #838383. Windows color (decimal): -9009012 or 9209974. OLE color: 9209974.

HSL color Cylindrical-coordinate representation of color #76888C: hue angle of 190.91º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76888C is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 136 140 -
CMYK 0.16 0.03 0 0.45
HSL 190.91º 0.09% 0.51% -
HSV(B) 190.91º 0.16% 0.55% -
XYZ 21.01 23.35 28.21 -
YUV 131.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 118 136 140 0.16 0.03 0 0.45 190.91 0.09 0.51
Hex 76 88 8C 10 3 0 2D BF 9 33
Octal 166 210 214 20 3 0 55 277 11 63
Binary 1110110 10001000 10001100 10000 11 0 101101 10111111 1001 110011

Color Harmonies of #76888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76888C

Black with #76888C

Text Example


Text Example

White with #76888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76888C; }

 p { color: rgb(118,136,140); }

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

background-color css

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

 a { background-color: rgb(118,136,140); }

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

border-color css

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

 span { border-color: rgb(118,136,140); }

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