Html Css Color HEX #70767D Raven

📋 copy color: '#70767D'

red 112 ◦ green 118 ◦ blue 125

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

Shades of Raven #70767D

Tints of Raven #70767D

RGB

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

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

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

R = 31.55%
G = 33.24%
B = 35.21%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70767D (or 0x70767D) is known color: Raven. HEX triplet: 70, 76 and 7D. RGB value is (112,118,125). Sum of RGB (Red+Green+Blue) = 112+118+125=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 125 - color contains mainly: blue. Hex color #70767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70767D is #8F8982. Grayscale: #747474. Windows color (decimal): -9406851 or 8222320. OLE color: 8222320.

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

Color convert

RGB 112 118 125 -
CMYK 0.10 0.06 0 0.51
HSL 212.31º 0.05% 0.46% -
HSV(B) 212.31º 0.1% 0.49% -
XYZ 16.86 17.88 21.96 -
YUV 117 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 112 118 125 0.10 0.06 0 0.51 212.31 0.05 0.46
Hex 70 76 7D A 6 0 33 D4 5 2E
Octal 160 166 175 12 6 0 63 324 5 56
Binary 1110000 1110110 1111101 1010 110 0 110011 11010100 101 101110

Color Harmonies of #70767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70767D

Black with #70767D

Text Example


Text Example

White with #70767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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