Html Css Color HEX #735F4E Domino

📋 copy color: '#735F4E'

red 115 ◦ green 95 ◦ blue 78

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

Shades of Domino #735F4E

Tints of Domino #735F4E

RGB

 RED value IS 115 (45.31% from 255) = 39.93%

 GREEN value IS 95 (37.5% from 255) = 32.99%

 BLUE value IS 78 (30.86% from 255) = 27.08%

R = 39.93%
G = 32.99%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#735F4E (or 0x735F4E) is known color: Domino. HEX triplet: 73, 5F and 4E. RGB value is (115,95,78). Sum of RGB (Red+Green+Blue) = 115+95+78=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #735F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F4E is #8CA0B1. Grayscale: #636363. Windows color (decimal): -9216178 or 5136243. OLE color: 5136243.

HSL color Cylindrical-coordinate representation of color #735F4E: hue angle of 27.57º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #735F4E is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 95 78 -
CMYK 0 0.17 0.32 0.55
HSL 27.57º 0.19% 0.38% -
HSV(B) 27.57º 0.32% 0.45% -
XYZ 12.54 12.38 8.94 -
YUV 99.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 115 95 78 0 0.17 0.32 0.55 27.57 0.19 0.38
Hex 73 5F 4E 0 11 20 37 1C 13 26
Octal 163 137 116 0 21 40 67 34 23 46
Binary 1110011 1011111 1001110 0 10001 100000 110111 11100 10011 100110

Color Harmonies of #735F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F4E

Black with #735F4E

Text Example


Text Example

White with #735F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735F4E; }

 p { color: rgb(115,95,78); }

 H1.HeaderClassName
 {
   color: #735F4E;
 }
 .AnyTagClassName
 {
   color: #735F4E;
 }
</style>

background-color css

<style>
 a { background-color: #735F4E; }

 a { background-color: rgb(115,95,78); }

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

border-color css

<style>
 span { border-color: #735F4E; }

 span { border-color: rgb(115,95,78); }

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