Html Css Color HEX #765C4D Dorado

📋 copy color: '#765C4D'

red 118 ◦ green 92 ◦ blue 77

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

Shades of Dorado #765C4D

Tints of Dorado #765C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

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

R = 41.11%
G = 32.06%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#765C4D (or 0x765C4D) is known color: Dorado. HEX triplet: 76, 5C and 4D. RGB value is (118,92,77). Sum of RGB (Red+Green+Blue) = 118+92+77=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #765C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C4D is #89A3B2. Grayscale: #626262. Windows color (decimal): -9020339 or 5069942. OLE color: 5069942.

HSL color Cylindrical-coordinate representation of color #765C4D: hue angle of 21.95º 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 #765C4D is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 92 77 -
CMYK 0 0.22 0.35 0.54
HSL 21.95º 0.21% 0.38% -
HSV(B) 21.95º 0.35% 0.46% -
XYZ 12.64 12.04 8.68 -
YUV 98.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 118 92 77 0 0.22 0.35 0.54 21.95 0.21 0.38
Hex 76 5C 4D 0 16 23 36 16 15 26
Octal 166 134 115 0 26 43 66 26 25 46
Binary 1110110 1011100 1001101 0 10110 100011 110110 10110 10101 100110

Color Harmonies of #765C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C4D

Black with #765C4D

Text Example


Text Example

White with #765C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765C4D; }

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

 H1.HeaderClassName
 {
   color: #765C4D;
 }
 .AnyTagClassName
 {
   color: #765C4D;
 }
</style>

background-color css

<style>
 a { background-color: #765C4D; }

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

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

border-color css

<style>
 span { border-color: #765C4D; }

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

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