Html Css Color HEX #755D4B Domino

📋 copy color: '#755D4B'

red 117 ◦ green 93 ◦ blue 75

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

Shades of Domino #755D4B

Tints of Domino #755D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.63%

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

R = 41.05%
G = 32.63%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#755D4B (or 0x755D4B) is known color: Domino. HEX triplet: 75, 5D and 4B. RGB value is (117,93,75). Sum of RGB (Red+Green+Blue) = 117+93+75=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D4B is #8AA2B4. Grayscale: #626262. Windows color (decimal): -9085621 or 4939125. OLE color: 4939125.

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

Color convert

RGB 117 93 75 -
CMYK 0 0.21 0.36 0.54
HSL 25.71º 0.22% 0.38% -
HSV(B) 25.71º 0.36% 0.46% -
XYZ 12.52 12.12 8.34 -
YUV 98.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 117 93 75 0 0.21 0.36 0.54 25.71 0.22 0.38
Hex 75 5D 4B 0 15 24 36 1A 16 26
Octal 165 135 113 0 25 44 66 32 26 46
Binary 1110101 1011101 1001011 0 10101 100100 110110 11010 10110 100110

Color Harmonies of #755D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D4B

Black with #755D4B

Text Example


Text Example

White with #755D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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