Html Css Color HEX #757779 Raven

📋 copy color: '#757779'

red 117 ◦ green 119 ◦ blue 121

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

Shades of Raven #757779

Tints of Raven #757779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

 BLUE value IS 121 (47.66% from 255) = 33.89%

R = 32.77%
G = 33.33%
B = 33.89%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#757779 (or 0x757779) is known color: Raven. HEX triplet: 75, 77 and 79. RGB value is (117,119,121). Sum of RGB (Red+Green+Blue) = 117+119+121=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 121 - color contains mainly: blue. Hex color #757779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757779 is #8A8886. Grayscale: #767676. Windows color (decimal): -9078919 or 7960437. OLE color: 7960437.

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

Color convert

RGB 117 119 121 -
CMYK 0.03 0.02 0 0.53
HSL 210º 0.02% 0.47% -
HSV(B) 210º 0.03% 0.47% -
XYZ 17.38 18.36 20.72 -
YUV 118.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 117 119 121 0.03 0.02 0 0.53 210 0.02 0.47
Hex 75 77 79 3 2 0 35 D2 2 2F
Octal 165 167 171 3 2 0 65 322 2 57
Binary 1110101 1110111 1111001 11 10 0 110101 11010010 10 101111

Color Harmonies of #757779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757779

Black with #757779

Text Example


Text Example

White with #757779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757779; }

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

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

background-color css

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

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

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

border-color css

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

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

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