Html Css Color HEX #75797E Raven

📋 copy color: '#75797E'

red 117 ◦ green 121 ◦ blue 126

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

Shades of Raven #75797E

Tints of Raven #75797E

RGB

 RED value IS 117 (46.09% from 255) = 32.14%

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

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

R = 32.14%
G = 33.24%
B = 34.62%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75797E (or 0x75797E) is known color: Raven. HEX triplet: 75, 79 and 7E. RGB value is (117,121,126). Sum of RGB (Red+Green+Blue) = 117+121+126=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 126 - color contains mainly: blue. Hex color #75797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75797E is #8A8681. Grayscale: #787878. Windows color (decimal): -9078402 or 8288629. OLE color: 8288629.

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

Color convert

RGB 117 121 126 -
CMYK 0.07 0.04 0 0.51
HSL 213.33º 0.04% 0.48% -
HSV(B) 213.33º 0.07% 0.49% -
XYZ 17.94 18.96 22.45 -
YUV 120.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 117 121 126 0.07 0.04 0 0.51 213.33 0.04 0.48
Hex 75 79 7E 7 4 0 33 D5 4 30
Octal 165 171 176 7 4 0 63 325 4 60
Binary 1110101 1111001 1111110 111 100 0 110011 11010101 100 110000

Color Harmonies of #75797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75797E

Black with #75797E

Text Example


Text Example

White with #75797E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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