Html Css Color HEX #71787F Raven

📋 copy color: '#71787F'

red 113 ◦ green 120 ◦ blue 127

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

Shades of Raven #71787F

Tints of Raven #71787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.33%

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

R = 31.39%
G = 33.33%
B = 35.28%

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

#71787F (or 0x71787F) is known color: Raven. HEX triplet: 71, 78 and 7F. RGB value is (113,120,127). Sum of RGB (Red+Green+Blue) = 113+120+127=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #71787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71787F is #8E8780. Grayscale: #767676. Windows color (decimal): -9340801 or 8353905. OLE color: 8353905.

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

Color convert

RGB 113 120 127 -
CMYK 0.11 0.06 0 0.50
HSL 210º 0.06% 0.47% -
HSV(B) 210º 0.11% 0.5% -
XYZ 17.36 18.48 22.73 -
YUV 118.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 113 120 127 0.11 0.06 0 0.50 210 0.06 0.47
Hex 71 78 7F B 6 0 32 D2 6 2F
Octal 161 170 177 13 6 0 62 322 6 57
Binary 1110001 1111000 1111111 1011 110 0 110010 11010010 110 101111

Color Harmonies of #71787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71787F

Black with #71787F

Text Example


Text Example

White with #71787F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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