Html Css Color HEX #75502F Cape Palliser

📋 copy color: '#75502F'

red 117 ◦ green 80 ◦ blue 47

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

Shades of Cape Palliser #75502F

Tints of Cape Palliser #75502F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

 BLUE value IS 47 (18.75% from 255) = 19.26%

R = 47.95%
G = 32.79%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75502F (or 0x75502F) is known color: Cape Palliser. HEX triplet: 75, 50 and 2F. RGB value is (117,80,47). Sum of RGB (Red+Green+Blue) = 117+80+47=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75502F is #8AAFD0. Grayscale: #575757. Windows color (decimal): -9088977 or 3100789. OLE color: 3100789.

HSL color Cylindrical-coordinate representation of color #75502F: hue angle of 28.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75502F is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 47 -
CMYK 0 0.32 0.60 0.54
HSL 28.29º 0.43% 0.32% -
HSV(B) 28.29º 0.6% 0.46% -
XYZ 10.72 9.72 4 -
YUV 87.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 117 80 47 0 0.32 0.60 0.54 28.29 0.43 0.32
Hex 75 50 2F 0 20 3C 36 1C 2B 20
Octal 165 120 57 0 40 74 66 34 53 40
Binary 1110101 1010000 101111 0 100000 111100 110110 11100 101011 100000

Color Harmonies of #75502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75502F

Black with #75502F

Text Example


Text Example

White with #75502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75502F; }

 p { color: rgb(117,80,47); }

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

background-color css

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

 a { background-color: rgb(117,80,47); }

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

border-color css

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

 span { border-color: rgb(117,80,47); }

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