Html Css Color HEX #755F4B Domino

📋 copy color: '#755F4B'

red 117 ◦ green 95 ◦ blue 75

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

Shades of Domino #755F4B

Tints of Domino #755F4B

RGB

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

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

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

R = 40.77%
G = 33.1%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#755F4B (or 0x755F4B) is known color: Domino. HEX triplet: 75, 5F and 4B. RGB value is (117,95,75). Sum of RGB (Red+Green+Blue) = 117+95+75=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #755F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F4B is #8AA0B4. Grayscale: #636363. Windows color (decimal): -9085109 or 4939637. OLE color: 4939637.

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

Color convert

RGB 117 95 75 -
CMYK 0 0.19 0.36 0.54
HSL 28.57º 0.22% 0.38% -
HSV(B) 28.57º 0.36% 0.46% -
XYZ 12.7 12.47 8.4 -
YUV 99.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 117 95 75 0 0.19 0.36 0.54 28.57 0.22 0.38
Hex 75 5F 4B 0 13 24 36 1D 16 26
Octal 165 137 113 0 23 44 66 35 26 46
Binary 1110101 1011111 1001011 0 10011 100100 110110 11101 10110 100110

Color Harmonies of #755F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F4B

Black with #755F4B

Text Example


Text Example

White with #755F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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