Html Css Color HEX #77868F Regent Grey

📋 copy color: '#77868F'

red 119 ◦ green 134 ◦ blue 143

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

Shades of Regent Grey #77868F

Tints of Regent Grey #77868F

RGB

 RED value IS 119 (46.88% from 255) = 30.05%

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

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

R = 30.05%
G = 33.84%
B = 36.11%

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

#77868F (or 0x77868F) is known color: Regent Grey. HEX triplet: 77, 86 and 8F. RGB value is (119,134,143). Sum of RGB (Red+Green+Blue) = 119+134+143=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 143 - color contains mainly: blue. Hex color #77868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77868F is #887970. Grayscale: #828282. Windows color (decimal): -8943985 or 9406071. OLE color: 9406071.

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

Color convert

RGB 119 134 143 -
CMYK 0.17 0.06 0 0.44
HSL 202.5º 0.1% 0.51% -
HSV(B) 202.5º 0.17% 0.56% -
XYZ 21.09 22.96 29.31 -
YUV 130.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 119 134 143 0.17 0.06 0 0.44 202.5 0.1 0.51
Hex 77 86 8F 11 6 0 2C CA A 33
Octal 167 206 217 21 6 0 54 312 12 63
Binary 1110111 10000110 10001111 10001 110 0 101100 11001010 1010 110011

Color Harmonies of #77868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77868F

Black with #77868F

Text Example


Text Example

White with #77868F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,134,143); }

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

background-color css

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

 a { background-color: rgb(119,134,143); }

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

border-color css

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

 span { border-color: rgb(119,134,143); }

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