Html Css Color HEX #4F765B Como

📋 copy color: '#4F765B'

red 79 ◦ green 118 ◦ blue 91

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

Shades of Como #4F765B

Tints of Como #4F765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 27.43%
G = 40.97%
B = 31.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#4F765B (or 0x4F765B) is known color: Como. HEX triplet: 4F, 76 and 5B. RGB value is (79,118,91). Sum of RGB (Red+Green+Blue) = 79+118+91=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #4F765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F765B is #B089A4. Grayscale: #676767. Windows color (decimal): -11569573 or 5994063. OLE color: 5994063.

HSL color Cylindrical-coordinate representation of color #4F765B: hue angle of 138.46º 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 #4F765B is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 118 91 -
CMYK 0.33 0 0.23 0.54
HSL 138.46º 0.2% 0.39% -
HSV(B) 138.46º 0.33% 0.46% -
XYZ 11.59 15.37 12.25 -
YUV 103.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 79 118 91 0.33 0 0.23 0.54 138.46 0.2 0.39
Hex 4F 76 5B 21 0 17 36 8A 14 27
Octal 117 166 133 41 0 27 66 212 24 47
Binary 1001111 1110110 1011011 100001 0 10111 110110 10001010 10100 100111

Color Harmonies of #4F765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F765B

Black with #4F765B

Text Example


Text Example

White with #4F765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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