Html Css Color HEX #765A4B Domino

📋 copy color: '#765A4B'

red 118 ◦ green 90 ◦ blue 75

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

Shades of Domino #765A4B

Tints of Domino #765A4B

RGB

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

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

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

R = 41.7%
G = 31.8%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#765A4B (or 0x765A4B) is known color: Domino. HEX triplet: 76, 5A and 4B. RGB value is (118,90,75). Sum of RGB (Red+Green+Blue) = 118+90+75=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #765A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A4B is #89A5B4. Grayscale: #606060. Windows color (decimal): -9020853 or 4938358. OLE color: 4938358.

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

Color convert

RGB 118 90 75 -
CMYK 0 0.24 0.36 0.54
HSL 20.93º 0.22% 0.38% -
HSV(B) 20.93º 0.36% 0.46% -
XYZ 12.4 11.67 8.26 -
YUV 96.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 118 90 75 0 0.24 0.36 0.54 20.93 0.22 0.38
Hex 76 5A 4B 0 18 24 36 15 16 26
Octal 166 132 113 0 30 44 66 25 26 46
Binary 1110110 1011010 1001011 0 11000 100100 110110 10101 10110 100110

Color Harmonies of #765A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A4B

Black with #765A4B

Text Example


Text Example

White with #765A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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