Html Css Color HEX #765E4A Domino

📋 copy color: '#765E4A'

red 118 ◦ green 94 ◦ blue 74

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

Shades of Domino #765E4A

Tints of Domino #765E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.87%

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 41.26%
G = 32.87%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#765E4A (or 0x765E4A) is known color: Domino. HEX triplet: 76, 5E and 4A. RGB value is (118,94,74). Sum of RGB (Red+Green+Blue) = 118+94+74=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #765E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E4A is #89A1B5. Grayscale: #626262. Windows color (decimal): -9019830 or 4873846. OLE color: 4873846.

HSL color Cylindrical-coordinate representation of color #765E4A: hue angle of 27.27º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #765E4A is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 94 74 -
CMYK 0 0.20 0.37 0.54
HSL 27.27º 0.23% 0.38% -
HSV(B) 27.27º 0.37% 0.46% -
XYZ 12.71 12.35 8.19 -
YUV 98.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 118 94 74 0 0.20 0.37 0.54 27.27 0.23 0.38
Hex 76 5E 4A 0 14 25 36 1B 17 26
Octal 166 136 112 0 24 45 66 33 27 46
Binary 1110110 1011110 1001010 0 10100 100101 110110 11011 10111 100110

Color Harmonies of #765E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E4A

Black with #765E4A

Text Example


Text Example

White with #765E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,94,74); }

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

background-color css

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

 a { background-color: rgb(118,94,74); }

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

border-color css

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

 span { border-color: rgb(118,94,74); }

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