Html Css Color HEX #754C29 Cape Palliser

📋 copy color: '#754C29'

red 117 ◦ green 76 ◦ blue 41

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

Shades of Cape Palliser #754C29

Tints of Cape Palliser #754C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

 BLUE value IS 41 (16.41% from 255) = 17.52%

R = 50%
G = 32.48%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#754C29 (or 0x754C29) is known color: Cape Palliser. HEX triplet: 75, 4C and 29. RGB value is (117,76,41). Sum of RGB (Red+Green+Blue) = 117+76+41=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #754C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C29 is #8AB3D6. Grayscale: #545454. Windows color (decimal): -9090007 or 2706549. OLE color: 2706549.

HSL color Cylindrical-coordinate representation of color #754C29: hue angle of 27.63º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754C29 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 41 -
CMYK 0 0.35 0.65 0.54
HSL 27.63º 0.48% 0.31% -
HSV(B) 27.63º 0.65% 0.46% -
XYZ 10.32 9.11 3.31 -
YUV 84.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 117 76 41 0 0.35 0.65 0.54 27.63 0.48 0.31
Hex 75 4C 29 0 23 41 36 1C 30 1F
Octal 165 114 51 0 43 101 66 34 60 37
Binary 1110101 1001100 101001 0 100011 1000001 110110 11100 110000 11111

Color Harmonies of #754C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C29

Black with #754C29

Text Example


Text Example

White with #754C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C29; }

 p { color: rgb(117,76,41); }

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

background-color css

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

 a { background-color: rgb(117,76,41); }

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

border-color css

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

 span { border-color: rgb(117,76,41); }

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