Html Css Color HEX #755C4B Domino

📋 copy color: '#755C4B'

red 117 ◦ green 92 ◦ blue 75

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

Shades of Domino #755C4B

Tints of Domino #755C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.39%

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

R = 41.2%
G = 32.39%
B = 26.41%

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

#755C4B (or 0x755C4B) is known color: Domino. HEX triplet: 75, 5C and 4B. RGB value is (117,92,75). Sum of RGB (Red+Green+Blue) = 117+92+75=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #755C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C4B is #8AA3B4. Grayscale: #616161. Windows color (decimal): -9085877 or 4938869. OLE color: 4938869.

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

Color convert

RGB 117 92 75 -
CMYK 0 0.21 0.36 0.54
HSL 24.29º 0.22% 0.38% -
HSV(B) 24.29º 0.36% 0.46% -
XYZ 12.43 11.94 8.31 -
YUV 97.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 117 92 75 0 0.21 0.36 0.54 24.29 0.22 0.38
Hex 75 5C 4B 0 15 24 36 18 16 26
Octal 165 134 113 0 25 44 66 30 26 46
Binary 1110101 1011100 1001011 0 10101 100100 110110 11000 10110 100110

Color Harmonies of #755C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C4B

Black with #755C4B

Text Example


Text Example

White with #755C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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