Html Css Color HEX #775F54 Dorado

📋 copy color: '#775F54'

red 119 ◦ green 95 ◦ blue 84

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

Shades of Dorado #775F54

Tints of Dorado #775F54

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.88%

 BLUE value IS 84 (33.2% from 255) = 28.19%

R = 39.93%
G = 31.88%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#775F54 (or 0x775F54) is known color: Dorado. HEX triplet: 77, 5F and 54. RGB value is (119,95,84). Sum of RGB (Red+Green+Blue) = 119+95+84=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #775F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F54 is #88A0AB. Grayscale: #646464. Windows color (decimal): -8954028 or 5529463. OLE color: 5529463.

HSL color Cylindrical-coordinate representation of color #775F54: hue angle of 18.86º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775F54 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 95 84 -
CMYK 0 0.20 0.29 0.53
HSL 18.86º 0.17% 0.4% -
HSV(B) 18.86º 0.29% 0.47% -
XYZ 13.3 12.75 10.15 -
YUV 100.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 119 95 84 0 0.20 0.29 0.53 18.86 0.17 0.4
Hex 77 5F 54 0 14 1D 35 13 11 28
Octal 167 137 124 0 24 35 65 23 21 50
Binary 1110111 1011111 1010100 0 10100 11101 110101 10011 10001 101000

Color Harmonies of #775F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F54

Black with #775F54

Text Example


Text Example

White with #775F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,95,84); }

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

background-color css

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

 a { background-color: rgb(119,95,84); }

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

border-color css

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

 span { border-color: rgb(119,95,84); }

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