#77433C

Color #77433C Bole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bole #77433C

Tints of Bole #77433C

Color information

#77433C (or 0x77433C) is unknown color: approx Bole. HEX triplet: 77, 43 and 3C. RGB value is (119,67,60). Sum of RGB (Red+Green+Blue) = 119+67+60=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77433C is #88BCC3. Grayscale: #515151. Windows color (decimal): -8961220 or 3949431. OLE color: 3949431.

HSL color Cylindrical-coordinate representation of color #77433C: hue angle of 7.12º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77433C is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1196760-
CMYK00.440.500.53
HSL7.12º32.96%35.1%-
HSV(B)7.12º49.58%46.67%-
XYZ10.438.265.32-
YUV81.75115.73154.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 60 (23.83% from 255) = 24.39%
R=48.37%
G=27.24%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119676000.440.500.537.1232.9635.1
Hex77433C02C323572123
Octal16710374054626574143
Binary111011110000111111000101100110010110101111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77433C; }

 p { color: rgb(119,67,60); }

 H1.HeaderClassName
 {
   color: #77433C;
 }
 .AnyTagClassName
 {
   color: #77433C;
 }
</style>
background-color css

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

 a { background-color: rgb(119,67,60); }

 div.DivClassName
 {
   background-color: #77433C;
 }
 .BgClassName
 {
   background-color: #77433C;
 }
</style>
border-color css

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

 span { border-color: rgb(119,67,60); }

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