#77433A

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

Shades of Bole #77433A

Tints of Bole #77433A

Color information

#77433A (or 0x77433A) is unknown color: approx Bole. HEX triplet: 77, 43 and 3A. RGB value is (119,67,58). Sum of RGB (Red+Green+Blue) = 119+67+58=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77433A is #88BCC5. Grayscale: #515151. Windows color (decimal): -8961222 or 3818359. OLE color: 3818359.

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

Color convert

RGB1196758-
CMYK00.440.510.53
HSL8.85º34.46%34.71%-
HSV(B)8.85º51.26%46.67%-
XYZ10.388.245.05-
YUV81.52114.73154.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 67 (26.56% from 255) = 27.46%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=48.77%
G=27.46%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119675800.440.510.538.8534.4634.71
Hex77433A02C333592223
Octal167103720546365114243
Binary1110111100001111101001011001100111101011001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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