Html Css Color HEX #764C2F Cape Palliser

📋 copy color: '#764C2F'

red 118 ◦ green 76 ◦ blue 47

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

Shades of Cape Palliser #764C2F

Tints of Cape Palliser #764C2F

RGB

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

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

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

R = 48.96%
G = 31.54%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#764C2F (or 0x764C2F) is known color: Cape Palliser. HEX triplet: 76, 4C and 2F. RGB value is (118,76,47). Sum of RGB (Red+Green+Blue) = 118+76+47=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #764C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C2F is #89B3D0. Grayscale: #555555. Windows color (decimal): -9024465 or 3099766. OLE color: 3099766.

HSL color Cylindrical-coordinate representation of color #764C2F: hue angle of 24.51º 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 #764C2F is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 76 47 -
CMYK 0 0.36 0.60 0.54
HSL 24.51º 0.43% 0.32% -
HSV(B) 24.51º 0.6% 0.46% -
XYZ 10.57 9.23 3.91 -
YUV 85.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 118 76 47 0 0.36 0.60 0.54 24.51 0.43 0.32
Hex 76 4C 2F 0 24 3C 36 19 2B 20
Octal 166 114 57 0 44 74 66 31 53 40
Binary 1110110 1001100 101111 0 100100 111100 110110 11001 101011 100000

Color Harmonies of #764C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C2F

Black with #764C2F

Text Example


Text Example

White with #764C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,76,47); }

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

background-color css

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

 a { background-color: rgb(118,76,47); }

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

border-color css

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

 span { border-color: rgb(118,76,47); }

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