Html Css Color HEX #71777D Raven

📋 copy color: '#71777D'

red 113 ◦ green 119 ◦ blue 125

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

Shades of Raven #71777D

Tints of Raven #71777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 31.65%
G = 33.33%
B = 35.01%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71777D (or 0x71777D) is known color: Raven. HEX triplet: 71, 77 and 7D. RGB value is (113,119,125). Sum of RGB (Red+Green+Blue) = 113+119+125=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 125 - color contains mainly: blue. Hex color #71777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71777D is #8E8882. Grayscale: #757575. Windows color (decimal): -9341059 or 8222577. OLE color: 8222577.

HSL color Cylindrical-coordinate representation of color #71777D: hue angle of 210º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71777D is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 119 125 -
CMYK 0.10 0.05 0 0.51
HSL 210º 0.05% 0.47% -
HSV(B) 210º 0.1% 0.49% -
XYZ 17.11 18.19 22.01 -
YUV 117.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 113 119 125 0.10 0.05 0 0.51 210 0.05 0.47
Hex 71 77 7D A 5 0 33 D2 5 2F
Octal 161 167 175 12 5 0 63 322 5 57
Binary 1110001 1110111 1111101 1010 101 0 110011 11010010 101 101111

Color Harmonies of #71777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71777D

Black with #71777D

Text Example


Text Example

White with #71777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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