Html Css Color HEX #764D2D Cape Palliser

📋 copy color: '#764D2D'

red 118 ◦ green 77 ◦ blue 45

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

Shades of Cape Palliser #764D2D

Tints of Cape Palliser #764D2D

RGB

 RED value IS 118 (46.48% from 255) = 49.17%

 GREEN value IS 77 (30.47% from 255) = 32.08%

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 49.17%
G = 32.08%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#764D2D (or 0x764D2D) is known color: Cape Palliser. HEX triplet: 76, 4D and 2D. RGB value is (118,77,45). Sum of RGB (Red+Green+Blue) = 118+77+45=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #764D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D2D is #89B2D2. Grayscale: #555555. Windows color (decimal): -9024211 or 2968950. OLE color: 2968950.

HSL color Cylindrical-coordinate representation of color #764D2D: hue angle of 26.3º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #764D2D is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 77 45 -
CMYK 0 0.35 0.62 0.54
HSL 26.3º 0.45% 0.32% -
HSV(B) 26.3º 0.62% 0.46% -
XYZ 10.6 9.35 3.73 -
YUV 85.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 118 77 45 0 0.35 0.62 0.54 26.3 0.45 0.32
Hex 76 4D 2D 0 23 3E 36 1A 2D 20
Octal 166 115 55 0 43 76 66 32 55 40
Binary 1110110 1001101 101101 0 100011 111110 110110 11010 101101 100000

Color Harmonies of #764D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D2D

Black with #764D2D

Text Example


Text Example

White with #764D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764D2D; }

 p { color: rgb(118,77,45); }

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

background-color css

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

 a { background-color: rgb(118,77,45); }

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

border-color css

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

 span { border-color: rgb(118,77,45); }

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