Html Css Color HEX #757A7F Raven

📋 copy color: '#757A7F'

red 117 ◦ green 122 ◦ blue 127

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

Shades of Raven #757A7F

Tints of Raven #757A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.33%

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

R = 31.97%
G = 33.33%
B = 34.7%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#757A7F (or 0x757A7F) is known color: Raven. HEX triplet: 75, 7A and 7F. RGB value is (117,122,127). Sum of RGB (Red+Green+Blue) = 117+122+127=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 127 - color contains mainly: blue. Hex color #757A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A7F is #8A8580. Grayscale: #797979. Windows color (decimal): -9078145 or 8354421. OLE color: 8354421.

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

Color convert

RGB 117 122 127 -
CMYK 0.08 0.04 0 0.50
HSL 210º 0.04% 0.48% -
HSV(B) 210º 0.08% 0.5% -
XYZ 18.13 19.23 22.84 -
YUV 121.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 117 122 127 0.08 0.04 0 0.50 210 0.04 0.48
Hex 75 7A 7F 8 4 0 32 D2 4 30
Octal 165 172 177 10 4 0 62 322 4 60
Binary 1110101 1111010 1111111 1000 100 0 110010 11010010 100 110000

Color Harmonies of #757A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A7F

Black with #757A7F

Text Example


Text Example

White with #757A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757A7F; }

 p { color: rgb(117,122,127); }

 H1.HeaderClassName
 {
   color: #757A7F;
 }
 .AnyTagClassName
 {
   color: #757A7F;
 }
</style>

background-color css

<style>
 a { background-color: #757A7F; }

 a { background-color: rgb(117,122,127); }

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

border-color css

<style>
 span { border-color: #757A7F; }

 span { border-color: rgb(117,122,127); }

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