Html Css Color HEX #775E4B Domino

📋 copy color: '#775E4B'

red 119 ◦ green 94 ◦ blue 75

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

Shades of Domino #775E4B

Tints of Domino #775E4B

RGB

 RED value IS 119 (46.88% from 255) = 41.32%

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

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

R = 41.32%
G = 32.64%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#775E4B (or 0x775E4B) is known color: Domino. HEX triplet: 77, 5E and 4B. RGB value is (119,94,75). Sum of RGB (Red+Green+Blue) = 119+94+75=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E4B is #88A1B4. Grayscale: #636363. Windows color (decimal): -8954293 or 4939383. OLE color: 4939383.

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

Color convert

RGB 119 94 75 -
CMYK 0 0.21 0.37 0.53
HSL 25.91º 0.23% 0.38% -
HSV(B) 25.91º 0.37% 0.47% -
XYZ 12.88 12.44 8.38 -
YUV 99.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 119 94 75 0 0.21 0.37 0.53 25.91 0.23 0.38
Hex 77 5E 4B 0 15 25 35 1A 17 26
Octal 167 136 113 0 25 45 65 32 27 46
Binary 1110111 1011110 1001011 0 10101 100101 110101 11010 10111 100110

Color Harmonies of #775E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E4B

Black with #775E4B

Text Example


Text Example

White with #775E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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