Html Css Color HEX #77584B Dorado

📋 copy color: '#77584B'

red 119 ◦ green 88 ◦ blue 75

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

Shades of Dorado #77584B

Tints of Dorado #77584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.21%

 BLUE value IS 75 (29.69% from 255) = 26.6%

R = 42.2%
G = 31.21%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77584B (or 0x77584B) is known color: Dorado. HEX triplet: 77, 58 and 4B. RGB value is (119,88,75). Sum of RGB (Red+Green+Blue) = 119+88+75=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77584B is #88A7B4. Grayscale: #5F5F5F. Windows color (decimal): -8955829 or 4937847. OLE color: 4937847.

HSL color Cylindrical-coordinate representation of color #77584B: hue angle of 17.73º 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 #77584B is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 88 75 -
CMYK 0 0.26 0.37 0.53
HSL 17.73º 0.23% 0.38% -
HSV(B) 17.73º 0.37% 0.47% -
XYZ 12.37 11.41 8.21 -
YUV 95.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 119 88 75 0 0.26 0.37 0.53 17.73 0.23 0.38
Hex 77 58 4B 0 1A 25 35 12 17 26
Octal 167 130 113 0 32 45 65 22 27 46
Binary 1110111 1011000 1001011 0 11010 100101 110101 10010 10111 100110

Color Harmonies of #77584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77584B

Black with #77584B

Text Example


Text Example

White with #77584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77584B; }

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

 H1.HeaderClassName
 {
   color: #77584B;
 }
 .AnyTagClassName
 {
   color: #77584B;
 }
</style>

background-color css

<style>
 a { background-color: #77584B; }

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

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

border-color css

<style>
 span { border-color: #77584B; }

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

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