Html Css Color HEX #764F2F Cape Palliser

📋 copy color: '#764F2F'

red 118 ◦ green 79 ◦ blue 47

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

Shades of Cape Palliser #764F2F

Tints of Cape Palliser #764F2F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.38%

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

R = 48.36%
G = 32.38%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#764F2F (or 0x764F2F) is known color: Cape Palliser. HEX triplet: 76, 4F and 2F. RGB value is (118,79,47). Sum of RGB (Red+Green+Blue) = 118+79+47=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #764F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F2F is #89B0D0. Grayscale: #575757. Windows color (decimal): -9023697 or 3100534. OLE color: 3100534.

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

Color convert

RGB 118 79 47 -
CMYK 0 0.33 0.60 0.54
HSL 27.04º 0.43% 0.32% -
HSV(B) 27.04º 0.6% 0.46% -
XYZ 10.78 9.65 3.98 -
YUV 87.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 118 79 47 0 0.33 0.60 0.54 27.04 0.43 0.32
Hex 76 4F 2F 0 21 3C 36 1B 2B 20
Octal 166 117 57 0 41 74 66 33 53 40
Binary 1110110 1001111 101111 0 100001 111100 110110 11011 101011 100000

Color Harmonies of #764F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F2F

Black with #764F2F

Text Example


Text Example

White with #764F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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