Html Css Color HEX #795F4A Domino

📋 copy color: '#795F4A'

red 121 ◦ green 95 ◦ blue 74

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

Shades of Domino #795F4A

Tints of Domino #795F4A

RGB

 RED value IS 121 (47.66% from 255) = 41.72%

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

 BLUE value IS 74 (29.3% from 255) = 25.52%

R = 41.72%
G = 32.76%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#795F4A (or 0x795F4A) is known color: Domino. HEX triplet: 79, 5F and 4A. RGB value is (121,95,74). Sum of RGB (Red+Green+Blue) = 121+95+74=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #795F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795F4A is #86A0B5. Grayscale: #646464. Windows color (decimal): -8822966 or 4874105. OLE color: 4874105.

HSL color Cylindrical-coordinate representation of color #795F4A: hue angle of 26.81º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #795F4A is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 95 74 -
CMYK 0 0.21 0.39 0.53
HSL 26.81º 0.24% 0.38% -
HSV(B) 26.81º 0.39% 0.47% -
XYZ 13.21 12.74 8.24 -
YUV 100.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 121 95 74 0 0.21 0.39 0.53 26.81 0.24 0.38
Hex 79 5F 4A 0 15 27 35 1B 18 26
Octal 171 137 112 0 25 47 65 33 30 46
Binary 1111001 1011111 1001010 0 10101 100111 110101 11011 11000 100110

Color Harmonies of #795F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795F4A

Black with #795F4A

Text Example


Text Example

White with #795F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795F4A; }

 p { color: rgb(121,95,74); }

 H1.HeaderClassName
 {
   color: #795F4A;
 }
 .AnyTagClassName
 {
   color: #795F4A;
 }
</style>

background-color css

<style>
 a { background-color: #795F4A; }

 a { background-color: rgb(121,95,74); }

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

border-color css

<style>
 span { border-color: #795F4A; }

 span { border-color: rgb(121,95,74); }

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