Html Css Color HEX #4B775E Como

📋 copy color: '#4B775E'

red 75 ◦ green 119 ◦ blue 94

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

Shades of Como #4B775E

Tints of Como #4B775E

RGB

 RED value IS 75 (29.69% from 255) = 26.04%

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

 BLUE value IS 94 (37.11% from 255) = 32.64%

R = 26.04%
G = 41.32%
B = 32.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#4B775E (or 0x4B775E) is known color: Como. HEX triplet: 4B, 77 and 5E. RGB value is (75,119,94). Sum of RGB (Red+Green+Blue) = 75+119+94=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #4B775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B775E is #B488A1. Grayscale: #676767. Windows color (decimal): -11831458 or 6190923. OLE color: 6190923.

HSL color Cylindrical-coordinate representation of color #4B775E: hue angle of 145.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B775E is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 119 94 -
CMYK 0.37 0 0.21 0.53
HSL 145.91º 0.23% 0.38% -
HSV(B) 145.91º 0.37% 0.47% -
XYZ 11.52 15.5 12.97 -
YUV 102.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 75 119 94 0.37 0 0.21 0.53 145.91 0.23 0.38
Hex 4B 77 5E 25 0 15 35 92 17 26
Octal 113 167 136 45 0 25 65 222 27 46
Binary 1001011 1110111 1011110 100101 0 10101 110101 10010010 10111 100110

Color Harmonies of #4B775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B775E

Black with #4B775E

Text Example


Text Example

White with #4B775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,119,94); }

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

background-color css

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

 a { background-color: rgb(75,119,94); }

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

border-color css

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

 span { border-color: rgb(75,119,94); }

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