Html Css Color HEX #71767C Raven

📋 copy color: '#71767C'

red 113 ◦ green 118 ◦ blue 124

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

Shades of Raven #71767C

Tints of Raven #71767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 31.83%
G = 33.24%
B = 34.93%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71767C (or 0x71767C) is known color: Raven. HEX triplet: 71, 76 and 7C. RGB value is (113,118,124). Sum of RGB (Red+Green+Blue) = 113+118+124=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 124 - color contains mainly: blue. Hex color #71767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71767C is #8E8983. Grayscale: #757575. Windows color (decimal): -9341316 or 8156785. OLE color: 8156785.

HSL color Cylindrical-coordinate representation of color #71767C: hue angle of 212.73º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #71767C is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 118 124 -
CMYK 0.09 0.05 0 0.51
HSL 212.73º 0.05% 0.46% -
HSV(B) 212.73º 0.09% 0.49% -
XYZ 16.93 17.92 21.64 -
YUV 117.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 113 118 124 0.09 0.05 0 0.51 212.73 0.05 0.46
Hex 71 76 7C 9 5 0 33 D5 5 2E
Octal 161 166 174 11 5 0 63 325 5 56
Binary 1110001 1110110 1111100 1001 101 0 110011 11010101 101 101110

Color Harmonies of #71767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71767C

Black with #71767C

Text Example


Text Example

White with #71767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71767C; }

 p { color: rgb(113,118,124); }

 H1.HeaderClassName
 {
   color: #71767C;
 }
 .AnyTagClassName
 {
   color: #71767C;
 }
</style>

background-color css

<style>
 a { background-color: #71767C; }

 a { background-color: rgb(113,118,124); }

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

border-color css

<style>
 span { border-color: #71767C; }

 span { border-color: rgb(113,118,124); }

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