Html Css Color HEX #747779 Raven

📋 copy color: '#747779'

red 116 ◦ green 119 ◦ blue 121

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

Shades of Raven #747779

Tints of Raven #747779

RGB

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

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

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

R = 32.58%
G = 33.43%
B = 33.99%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#747779 (or 0x747779) is known color: Raven. HEX triplet: 74, 77 and 79. RGB value is (116,119,121). Sum of RGB (Red+Green+Blue) = 116+119+121=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 121 - color contains mainly: blue. Hex color #747779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747779 is #8B8886. Grayscale: #767676. Windows color (decimal): -9144455 or 7960436. OLE color: 7960436.

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

Color convert

RGB 116 119 121 -
CMYK 0.04 0.02 0 0.53
HSL 204º 0.02% 0.46% -
HSV(B) 204º 0.04% 0.47% -
XYZ 17.25 18.29 20.71 -
YUV 118.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 116 119 121 0.04 0.02 0 0.53 204 0.02 0.46
Hex 74 77 79 4 2 0 35 CC 2 2E
Octal 164 167 171 4 2 0 65 314 2 56
Binary 1110100 1110111 1111001 100 10 0 110101 11001100 10 101110

Color Harmonies of #747779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747779

Black with #747779

Text Example


Text Example

White with #747779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747779; }

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

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

background-color css

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

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

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

border-color css

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

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

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