Html Css Color HEX #765030 Cape Palliser

📋 copy color: '#765030'

red 118 ◦ green 80 ◦ blue 48

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

Shades of Cape Palliser #765030

Tints of Cape Palliser #765030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 47.97%
G = 32.52%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#765030 (or 0x765030) is known color: Cape Palliser. HEX triplet: 76, 50 and 30. RGB value is (118,80,48). Sum of RGB (Red+Green+Blue) = 118+80+48=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #765030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765030 is #89AFCF. Grayscale: #575757. Windows color (decimal): -9023440 or 3166326. OLE color: 3166326.

HSL color Cylindrical-coordinate representation of color #765030: hue angle of 27.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765030 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 48 -
CMYK 0 0.32 0.59 0.54
HSL 27.43º 0.42% 0.33% -
HSV(B) 27.43º 0.59% 0.46% -
XYZ 10.87 9.8 4.12 -
YUV 87.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 118 80 48 0 0.32 0.59 0.54 27.43 0.42 0.33
Hex 76 50 30 0 20 3B 36 1B 2A 21
Octal 166 120 60 0 40 73 66 33 52 41
Binary 1110110 1010000 110000 0 100000 111011 110110 11011 101010 100001

Color Harmonies of #765030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765030

Black with #765030

Text Example


Text Example

White with #765030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765030; }

 p { color: rgb(118,80,48); }

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

background-color css

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

 a { background-color: rgb(118,80,48); }

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

border-color css

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

 span { border-color: rgb(118,80,48); }

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