Html Css Color HEX #75777A Raven

📋 copy color: '#75777A'

red 117 ◦ green 119 ◦ blue 122

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

Shades of Raven #75777A

Tints of Raven #75777A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 32.68%
G = 33.24%
B = 34.08%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75777A (or 0x75777A) is known color: Raven. HEX triplet: 75, 77 and 7A. RGB value is (117,119,122). Sum of RGB (Red+Green+Blue) = 117+119+122=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 122 - color contains mainly: blue. Hex color #75777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75777A is #8A8885. Grayscale: #767676. Windows color (decimal): -9078918 or 8025973. OLE color: 8025973.

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

Color convert

RGB 117 119 122 -
CMYK 0.04 0.02 0 0.52
HSL 216º 0.02% 0.47% -
HSV(B) 216º 0.04% 0.48% -
XYZ 17.45 18.38 21.04 -
YUV 118.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 117 119 122 0.04 0.02 0 0.52 216 0.02 0.47
Hex 75 77 7A 4 2 0 34 D8 2 2F
Octal 165 167 172 4 2 0 64 330 2 57
Binary 1110101 1110111 1111010 100 10 0 110100 11011000 10 101111

Color Harmonies of #75777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75777A

Black with #75777A

Text Example


Text Example

White with #75777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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