Html Css Color HEX #752722 Lusty

📋 copy color: '#752722'

red 117 ◦ green 39 ◦ blue 34

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

Shades of Lusty #752722

Tints of Lusty #752722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.53%

 BLUE value IS 34 (13.67% from 255) = 17.89%

R = 61.58%
G = 20.53%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#752722 (or 0x752722) is known color: Lusty. HEX triplet: 75, 27 and 22. RGB value is (117,39,34). Sum of RGB (Red+Green+Blue) = 117+39+34=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752722 is #8AD8DD. Grayscale: #3D3D3D. Windows color (decimal): -9099486 or 2238325. OLE color: 2238325.

HSL color Cylindrical-coordinate representation of color #752722: hue angle of 3.61º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752722 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 34 -
CMYK 0 0.67 0.71 0.54
HSL 3.61º 0.55% 0.3% -
HSV(B) 3.61º 0.71% 0.46% -
XYZ 8.35 5.35 2.11 -
YUV 61.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 117 39 34 0 0.67 0.71 0.54 3.61 0.55 0.3
Hex 75 27 22 0 43 47 36 4 37 1E
Octal 165 47 42 0 103 107 66 4 67 36
Binary 1110101 100111 100010 0 1000011 1000111 110110 100 110111 11110

Color Harmonies of #752722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752722

Black with #752722

Text Example


Text Example

White with #752722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752722; }

 p { color: rgb(117,39,34); }

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

background-color css

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

 a { background-color: rgb(117,39,34); }

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

border-color css

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

 span { border-color: rgb(117,39,34); }

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