Html Css Color HEX #775A4F Dorado

📋 copy color: '#775A4F'

red 119 ◦ green 90 ◦ blue 79

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

Shades of Dorado #775A4F

Tints of Dorado #775A4F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.25%

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

R = 41.32%
G = 31.25%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#775A4F (or 0x775A4F) is known color: Dorado. HEX triplet: 77, 5A and 4F. RGB value is (119,90,79). Sum of RGB (Red+Green+Blue) = 119+90+79=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A4F is #88A5B0. Grayscale: #616161. Windows color (decimal): -8955313 or 5200503. OLE color: 5200503.

HSL color Cylindrical-coordinate representation of color #775A4F: hue angle of 16.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #775A4F is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 90 79 -
CMYK 0 0.24 0.34 0.53
HSL 16.5º 0.2% 0.39% -
HSV(B) 16.5º 0.34% 0.47% -
XYZ 12.68 11.8 9.01 -
YUV 97.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 119 90 79 0 0.24 0.34 0.53 16.5 0.2 0.39
Hex 77 5A 4F 0 18 22 35 10 14 27
Octal 167 132 117 0 30 42 65 20 24 47
Binary 1110111 1011010 1001111 0 11000 100010 110101 10000 10100 100111

Color Harmonies of #775A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A4F

Black with #775A4F

Text Example


Text Example

White with #775A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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