Html Css Color HEX #74797D Raven

📋 copy color: '#74797D'

red 116 ◦ green 121 ◦ blue 125

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

Shades of Raven #74797D

Tints of Raven #74797D

RGB

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

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

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

R = 32.04%
G = 33.43%
B = 34.53%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74797D (or 0x74797D) is known color: Raven. HEX triplet: 74, 79 and 7D. RGB value is (116,121,125). Sum of RGB (Red+Green+Blue) = 116+121+125=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 125 - color contains mainly: blue. Hex color #74797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74797D is #8B8682. Grayscale: #777777. Windows color (decimal): -9143939 or 8223092. OLE color: 8223092.

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

Color convert

RGB 116 121 125 -
CMYK 0.07 0.03 0 0.51
HSL 206.67º 0.04% 0.47% -
HSV(B) 206.67º 0.07% 0.49% -
XYZ 17.74 18.87 22.11 -
YUV 119.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 116 121 125 0.07 0.03 0 0.51 206.67 0.04 0.47
Hex 74 79 7D 7 3 0 33 CF 4 2F
Octal 164 171 175 7 3 0 63 317 4 57
Binary 1110100 1111001 1111101 111 11 0 110011 11001111 100 101111

Color Harmonies of #74797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74797D

Black with #74797D

Text Example


Text Example

White with #74797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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