Html Css Color HEX #755E4B Domino

📋 copy color: '#755E4B'

red 117 ◦ green 94 ◦ blue 75

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

Shades of Domino #755E4B

Tints of Domino #755E4B

RGB

 RED value IS 117 (46.09% from 255) = 40.91%

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

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

R = 40.91%
G = 32.87%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#755E4B (or 0x755E4B) is known color: Domino. HEX triplet: 75, 5E and 4B. RGB value is (117,94,75). Sum of RGB (Red+Green+Blue) = 117+94+75=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #755E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E4B is #8AA1B4. Grayscale: #626262. Windows color (decimal): -9085365 or 4939381. OLE color: 4939381.

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

Color convert

RGB 117 94 75 -
CMYK 0 0.20 0.36 0.54
HSL 27.14º 0.22% 0.38% -
HSV(B) 27.14º 0.36% 0.46% -
XYZ 12.61 12.3 8.37 -
YUV 98.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 117 94 75 0 0.20 0.36 0.54 27.14 0.22 0.38
Hex 75 5E 4B 0 14 24 36 1B 16 26
Octal 165 136 113 0 24 44 66 33 26 46
Binary 1110101 1011110 1001011 0 10100 100100 110110 11011 10110 100110

Color Harmonies of #755E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E4B

Black with #755E4B

Text Example


Text Example

White with #755E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755E4B; }

 p { color: rgb(117,94,75); }

 H1.HeaderClassName
 {
   color: #755E4B;
 }
 .AnyTagClassName
 {
   color: #755E4B;
 }
</style>

background-color css

<style>
 a { background-color: #755E4B; }

 a { background-color: rgb(117,94,75); }

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

border-color css

<style>
 span { border-color: #755E4B; }

 span { border-color: rgb(117,94,75); }

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