Html Css Color HEX #76584B Dorado

📋 copy color: '#76584B'

red 118 ◦ green 88 ◦ blue 75

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

Shades of Dorado #76584B

Tints of Dorado #76584B

RGB

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

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

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

R = 41.99%
G = 31.32%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76584B (or 0x76584B) is known color: Dorado. HEX triplet: 76, 58 and 4B. RGB value is (118,88,75). Sum of RGB (Red+Green+Blue) = 118+88+75=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76584B is #89A7B4. Grayscale: #5F5F5F. Windows color (decimal): -9021365 or 4937846. OLE color: 4937846.

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

Color convert

RGB 118 88 75 -
CMYK 0 0.25 0.36 0.54
HSL 18.14º 0.22% 0.38% -
HSV(B) 18.14º 0.36% 0.46% -
XYZ 12.23 11.34 8.2 -
YUV 95.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 118 88 75 0 0.25 0.36 0.54 18.14 0.22 0.38
Hex 76 58 4B 0 19 24 36 12 16 26
Octal 166 130 113 0 31 44 66 22 26 46
Binary 1110110 1011000 1001011 0 11001 100100 110110 10010 10110 100110

Color Harmonies of #76584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76584B

Black with #76584B

Text Example


Text Example

White with #76584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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