Html Css Color HEX #76584D Dorado

📋 copy color: '#76584D'

red 118 ◦ green 88 ◦ blue 77

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

Shades of Dorado #76584D

Tints of Dorado #76584D

RGB

 RED value IS 118 (46.48% from 255) = 41.7%

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

 BLUE value IS 77 (30.47% from 255) = 27.21%

R = 41.7%
G = 31.1%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76584D (or 0x76584D) is known color: Dorado. HEX triplet: 76, 58 and 4D. RGB value is (118,88,77). Sum of RGB (Red+Green+Blue) = 118+88+77=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #76584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76584D is #89A7B2. Grayscale: #5F5F5F. Windows color (decimal): -9021363 or 5068918. OLE color: 5068918.

HSL color Cylindrical-coordinate representation of color #76584D: hue angle of 16.1º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76584D is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 88 77 -
CMYK 0 0.25 0.35 0.54
HSL 16.1º 0.21% 0.38% -
HSV(B) 16.1º 0.35% 0.46% -
XYZ 12.3 11.37 8.57 -
YUV 95.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 118 88 77 0 0.25 0.35 0.54 16.1 0.21 0.38
Hex 76 58 4D 0 19 23 36 10 15 26
Octal 166 130 115 0 31 43 66 20 25 46
Binary 1110110 1011000 1001101 0 11001 100011 110110 10000 10101 100110

Color Harmonies of #76584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76584D

Black with #76584D

Text Example


Text Example

White with #76584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76584D; }

 p { color: rgb(118,88,77); }

 H1.HeaderClassName
 {
   color: #76584D;
 }
 .AnyTagClassName
 {
   color: #76584D;
 }
</style>

background-color css

<style>
 a { background-color: #76584D; }

 a { background-color: rgb(118,88,77); }

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

border-color css

<style>
 span { border-color: #76584D; }

 span { border-color: rgb(118,88,77); }

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