Html Css Color HEX #71777F Raven

📋 copy color: '#71777F'

red 113 ◦ green 119 ◦ blue 127

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

Shades of Raven #71777F

Tints of Raven #71777F

RGB

 RED value IS 113 (44.53% from 255) = 31.48%

 GREEN value IS 119 (46.88% from 255) = 33.15%

 BLUE value IS 127 (50% from 255) = 35.38%

R = 31.48%
G = 33.15%
B = 35.38%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71777F (or 0x71777F) is known color: Raven. HEX triplet: 71, 77 and 7F. RGB value is (113,119,127). Sum of RGB (Red+Green+Blue) = 113+119+127=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 127 - color contains mainly: blue. Hex color #71777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71777F is #8E8880. Grayscale: #767676. Windows color (decimal): -9341057 or 8353649. OLE color: 8353649.

HSL color Cylindrical-coordinate representation of color #71777F: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #71777F is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 119 127 -
CMYK 0.11 0.06 0 0.50
HSL 214.29º 0.06% 0.47% -
HSV(B) 214.29º 0.11% 0.5% -
XYZ 17.24 18.24 22.69 -
YUV 118.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 113 119 127 0.11 0.06 0 0.50 214.29 0.06 0.47
Hex 71 77 7F B 6 0 32 D6 6 2F
Octal 161 167 177 13 6 0 62 326 6 57
Binary 1110001 1110111 1111111 1011 110 0 110010 11010110 110 101111

Color Harmonies of #71777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71777F

Black with #71777F

Text Example


Text Example

White with #71777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,119,127); }

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

background-color css

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

 a { background-color: rgb(113,119,127); }

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

border-color css

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

 span { border-color: rgb(113,119,127); }

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