Html Css Color HEX #74797E Raven

📋 copy color: '#74797E'

red 116 ◦ green 121 ◦ blue 126

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

Shades of Raven #74797E

Tints of Raven #74797E

RGB

 RED value IS 116 (45.7% from 255) = 31.96%

 GREEN value IS 121 (47.66% from 255) = 33.33%

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 31.96%
G = 33.33%
B = 34.71%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74797E (or 0x74797E) is known color: Raven. HEX triplet: 74, 79 and 7E. RGB value is (116,121,126). Sum of RGB (Red+Green+Blue) = 116+121+126=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 126 - color contains mainly: blue. Hex color #74797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74797E is #8B8681. Grayscale: #787878. Windows color (decimal): -9143938 or 8288628. OLE color: 8288628.

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

Color convert

RGB 116 121 126 -
CMYK 0.08 0.04 0 0.51
HSL 210º 0.04% 0.47% -
HSV(B) 210º 0.08% 0.49% -
XYZ 17.81 18.89 22.45 -
YUV 120.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 116 121 126 0.08 0.04 0 0.51 210 0.04 0.47
Hex 74 79 7E 8 4 0 33 D2 4 2F
Octal 164 171 176 10 4 0 63 322 4 57
Binary 1110100 1111001 1111110 1000 100 0 110011 11010010 100 101111

Color Harmonies of #74797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74797E

Black with #74797E

Text Example


Text Example

White with #74797E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74797E; }

 p { color: rgb(116,121,126); }

 H1.HeaderClassName
 {
   color: #74797E;
 }
 .AnyTagClassName
 {
   color: #74797E;
 }
</style>

background-color css

<style>
 a { background-color: #74797E; }

 a { background-color: rgb(116,121,126); }

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

border-color css

<style>
 span { border-color: #74797E; }

 span { border-color: rgb(116,121,126); }

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