Html Css Color HEX #76898C Regent Grey

📋 copy color: '#76898C'

red 118 ◦ green 137 ◦ blue 140

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

Shades of Regent Grey #76898C

Tints of Regent Grey #76898C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 29.87%
G = 34.68%
B = 35.44%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76898C (or 0x76898C) is known color: Regent Grey. HEX triplet: 76, 89 and 8C. RGB value is (118,137,140). Sum of RGB (Red+Green+Blue) = 118+137+140=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 140 - color contains mainly: blue. Hex color #76898C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76898C is #897673. Grayscale: #838383. Windows color (decimal): -9008756 or 9210230. OLE color: 9210230.

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

Color convert

RGB 118 137 140 -
CMYK 0.16 0.02 0 0.45
HSL 188.18º 0.09% 0.51% -
HSV(B) 188.18º 0.16% 0.55% -
XYZ 21.15 23.64 28.26 -
YUV 131.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 118 137 140 0.16 0.02 0 0.45 188.18 0.09 0.51
Hex 76 89 8C 10 2 0 2D BC 9 33
Octal 166 211 214 20 2 0 55 274 11 63
Binary 1110110 10001001 10001100 10000 10 0 101101 10111100 1001 110011

Color Harmonies of #76898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76898C

Black with #76898C

Text Example


Text Example

White with #76898C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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