Html Css Color HEX #754A2A Cape Palliser

📋 copy color: '#754A2A'

red 117 ◦ green 74 ◦ blue 42

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

Shades of Cape Palliser #754A2A

Tints of Cape Palliser #754A2A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.76%

 BLUE value IS 42 (16.8% from 255) = 18.03%

R = 50.21%
G = 31.76%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#754A2A (or 0x754A2A) is known color: Cape Palliser. HEX triplet: 75, 4A and 2A. RGB value is (117,74,42). Sum of RGB (Red+Green+Blue) = 117+74+42=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #754A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A2A is #8AB5D5. Grayscale: #535353. Windows color (decimal): -9090518 or 2771573. OLE color: 2771573.

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

Color convert

RGB 117 74 42 -
CMYK 0 0.37 0.64 0.54
HSL 25.6º 0.47% 0.31% -
HSV(B) 25.6º 0.64% 0.46% -
XYZ 10.2 8.85 3.36 -
YUV 83.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 117 74 42 0 0.37 0.64 0.54 25.6 0.47 0.31
Hex 75 4A 2A 0 25 40 36 1A 2F 1F
Octal 165 112 52 0 45 100 66 32 57 37
Binary 1110101 1001010 101010 0 100101 1000000 110110 11010 101111 11111

Color Harmonies of #754A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A2A

Black with #754A2A

Text Example


Text Example

White with #754A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,74,42); }

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

background-color css

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

 a { background-color: rgb(117,74,42); }

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

border-color css

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

 span { border-color: rgb(117,74,42); }

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