Html Css Color HEX #76898F Regent Grey

📋 copy color: '#76898F'

red 118 ◦ green 137 ◦ blue 143

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

Shades of Regent Grey #76898F

Tints of Regent Grey #76898F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 29.65%
G = 34.42%
B = 35.93%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76898F (or 0x76898F) is known color: Regent Grey. HEX triplet: 76, 89 and 8F. RGB value is (118,137,143). Sum of RGB (Red+Green+Blue) = 118+137+143=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 143 - color contains mainly: blue. Hex color #76898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76898F is #897670. Grayscale: #838383. Windows color (decimal): -9008753 or 9406838. OLE color: 9406838.

HSL color Cylindrical-coordinate representation of color #76898F: hue angle of 194.4º 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 #76898F is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 137 143 -
CMYK 0.17 0.04 0 0.44
HSL 194.4º 0.1% 0.51% -
HSV(B) 194.4º 0.17% 0.56% -
XYZ 21.37 23.73 29.44 -
YUV 132 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 118 137 143 0.17 0.04 0 0.44 194.4 0.1 0.51
Hex 76 89 8F 11 4 0 2C C2 A 33
Octal 166 211 217 21 4 0 54 302 12 63
Binary 1110110 10001001 10001111 10001 100 0 101100 11000010 1010 110011

Color Harmonies of #76898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76898F

Black with #76898F

Text Example


Text Example

White with #76898F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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