Html Css Color HEX #71767B Raven

📋 copy color: '#71767B'

red 113 ◦ green 118 ◦ blue 123

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

Shades of Raven #71767B

Tints of Raven #71767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.75%

R = 31.92%
G = 33.33%
B = 34.75%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71767B (or 0x71767B) is known color: Raven. HEX triplet: 71, 76 and 7B. RGB value is (113,118,123). Sum of RGB (Red+Green+Blue) = 113+118+123=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 123 - color contains mainly: blue. Hex color #71767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71767B is #8E8984. Grayscale: #757575. Windows color (decimal): -9341317 or 8091249. OLE color: 8091249.

HSL color Cylindrical-coordinate representation of color #71767B: hue angle of 210º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #71767B is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 118 123 -
CMYK 0.08 0.04 0 0.52
HSL 210º 0.04% 0.46% -
HSV(B) 210º 0.08% 0.48% -
XYZ 16.86 17.9 21.3 -
YUV 117.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 113 118 123 0.08 0.04 0 0.52 210 0.04 0.46
Hex 71 76 7B 8 4 0 34 D2 4 2E
Octal 161 166 173 10 4 0 64 322 4 56
Binary 1110001 1110110 1111011 1000 100 0 110100 11010010 100 101110

Color Harmonies of #71767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71767B

Black with #71767B

Text Example


Text Example

White with #71767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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