Html Css Color HEX #76888D Regent Grey

📋 copy color: '#76888D'

red 118 ◦ green 136 ◦ blue 141

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

Shades of Regent Grey #76888D

Tints of Regent Grey #76888D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 29.87%
G = 34.43%
B = 35.7%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76888D (or 0x76888D) is known color: Regent Grey. HEX triplet: 76, 88 and 8D. RGB value is (118,136,141). Sum of RGB (Red+Green+Blue) = 118+136+141=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #76888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76888D is #897772. Grayscale: #838383. Windows color (decimal): -9009011 or 9275510. OLE color: 9275510.

HSL color Cylindrical-coordinate representation of color #76888D: hue angle of 193.04º 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 #76888D is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 136 141 -
CMYK 0.16 0.04 0 0.45
HSL 193.04º 0.09% 0.51% -
HSV(B) 193.04º 0.16% 0.55% -
XYZ 21.08 23.38 28.6 -
YUV 131.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 118 136 141 0.16 0.04 0 0.45 193.04 0.09 0.51
Hex 76 88 8D 10 4 0 2D C1 9 33
Octal 166 210 215 20 4 0 55 301 11 63
Binary 1110110 10001000 10001101 10000 100 0 101101 11000001 1001 110011

Color Harmonies of #76888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76888D

Black with #76888D

Text Example


Text Example

White with #76888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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