Html Css Color HEX #70767F Raven

📋 copy color: '#70767F'

red 112 ◦ green 118 ◦ blue 127

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

Shades of Raven #70767F

Tints of Raven #70767F

RGB

 RED value IS 112 (44.14% from 255) = 31.37%

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

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

R = 31.37%
G = 33.05%
B = 35.57%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70767F (or 0x70767F) is known color: Raven. HEX triplet: 70, 76 and 7F. RGB value is (112,118,127). Sum of RGB (Red+Green+Blue) = 112+118+127=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 127 - color contains mainly: blue. Hex color #70767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70767F is #8F8980. Grayscale: #757575. Windows color (decimal): -9406849 or 8353392. OLE color: 8353392.

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

Color convert

RGB 112 118 127 -
CMYK 0.12 0.07 0 0.50
HSL 216º 0.06% 0.47% -
HSV(B) 216º 0.12% 0.5% -
XYZ 16.99 17.93 22.64 -
YUV 117.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 112 118 127 0.12 0.07 0 0.50 216 0.06 0.47
Hex 70 76 7F C 7 0 32 D8 6 2F
Octal 160 166 177 14 7 0 62 330 6 57
Binary 1110000 1110110 1111111 1100 111 0 110010 11011000 110 101111

Color Harmonies of #70767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70767F

Black with #70767F

Text Example


Text Example

White with #70767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,118,127); }

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

background-color css

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

 a { background-color: rgb(112,118,127); }

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

border-color css

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

 span { border-color: rgb(112,118,127); }

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