Html Css Color HEX #765A4A Domino

📋 copy color: '#765A4A'

red 118 ◦ green 90 ◦ blue 74

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

Shades of Domino #765A4A

Tints of Domino #765A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

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

R = 41.84%
G = 31.91%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#765A4A (or 0x765A4A) is known color: Domino. HEX triplet: 76, 5A and 4A. RGB value is (118,90,74). Sum of RGB (Red+Green+Blue) = 118+90+74=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #765A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A4A is #89A5B5. Grayscale: #606060. Windows color (decimal): -9020854 or 4872822. OLE color: 4872822.

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

Color convert

RGB 118 90 74 -
CMYK 0 0.24 0.37 0.54
HSL 21.82º 0.23% 0.38% -
HSV(B) 21.82º 0.37% 0.46% -
XYZ 12.36 11.66 8.08 -
YUV 96.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 118 90 74 0 0.24 0.37 0.54 21.82 0.23 0.38
Hex 76 5A 4A 0 18 25 36 16 17 26
Octal 166 132 112 0 30 45 66 26 27 46
Binary 1110110 1011010 1001010 0 11000 100101 110110 10110 10111 100110

Color Harmonies of #765A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A4A

Black with #765A4A

Text Example


Text Example

White with #765A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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