Html Css Color HEX #4F765A Como

📋 copy color: '#4F765A'

red 79 ◦ green 118 ◦ blue 90

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

Shades of Como #4F765A

Tints of Como #4F765A

RGB

 RED value IS 79 (31.25% from 255) = 27.53%

 GREEN value IS 118 (46.48% from 255) = 41.11%

 BLUE value IS 90 (35.55% from 255) = 31.36%

R = 27.53%
G = 41.11%
B = 31.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#4F765A (or 0x4F765A) is known color: Como. HEX triplet: 4F, 76 and 5A. RGB value is (79,118,90). Sum of RGB (Red+Green+Blue) = 79+118+90=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #4F765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F765A is #B089A5. Grayscale: #676767. Windows color (decimal): -11569574 or 5928527. OLE color: 5928527.

HSL color Cylindrical-coordinate representation of color #4F765A: hue angle of 136.92º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F765A is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 118 90 -
CMYK 0.33 0 0.24 0.54
HSL 136.92º 0.2% 0.39% -
HSV(B) 136.92º 0.33% 0.46% -
XYZ 11.55 15.36 12.03 -
YUV 103.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 79 118 90 0.33 0 0.24 0.54 136.92 0.2 0.39
Hex 4F 76 5A 21 0 18 36 89 14 27
Octal 117 166 132 41 0 30 66 211 24 47
Binary 1001111 1110110 1011010 100001 0 11000 110110 10001001 10100 100111

Color Harmonies of #4F765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F765A

Black with #4F765A

Text Example


Text Example

White with #4F765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F765A; }

 p { color: rgb(79,118,90); }

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

background-color css

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

 a { background-color: rgb(79,118,90); }

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

border-color css

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

 span { border-color: rgb(79,118,90); }

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