Html Css Color HEX #745F4E Domino

📋 copy color: '#745F4E'

red 116 ◦ green 95 ◦ blue 78

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

Shades of Domino #745F4E

Tints of Domino #745F4E

RGB

 RED value IS 116 (45.7% from 255) = 40.14%

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

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

R = 40.14%
G = 32.87%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#745F4E (or 0x745F4E) is known color: Domino. HEX triplet: 74, 5F and 4E. RGB value is (116,95,78). Sum of RGB (Red+Green+Blue) = 116+95+78=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #745F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F4E is #8BA0B1. Grayscale: #636363. Windows color (decimal): -9150642 or 5136244. OLE color: 5136244.

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

Color convert

RGB 116 95 78 -
CMYK 0 0.18 0.33 0.55
HSL 26.84º 0.2% 0.38% -
HSV(B) 26.84º 0.33% 0.45% -
XYZ 12.67 12.45 8.94 -
YUV 99.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 116 95 78 0 0.18 0.33 0.55 26.84 0.2 0.38
Hex 74 5F 4E 0 12 21 37 1B 14 26
Octal 164 137 116 0 22 41 67 33 24 46
Binary 1110100 1011111 1001110 0 10010 100001 110111 11011 10100 100110

Color Harmonies of #745F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F4E

Black with #745F4E

Text Example


Text Example

White with #745F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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