#774342

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

Shades of Bole #774342

Tints of Bole #774342

Color information

#774342 (or 0x774342) is unknown color: approx Bole. HEX triplet: 77, 43 and 42. RGB value is (119,67,66). Sum of RGB (Red+Green+Blue) = 119+67+66=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #774342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774342 is #88BCBD. Grayscale: #525252. Windows color (decimal): -8961214 or 4342647. OLE color: 4342647.

HSL color Cylindrical-coordinate representation of color #774342: hue angle of 1.13º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774342 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1196766-
CMYK00.440.450.53
HSL1.13º28.65%36.27%-
HSV(B)1.13º44.54%46.67%-
XYZ10.68.336.2-
YUV82.43118.73154.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=47.22%
G=26.59%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119676600.440.450.531.1328.6536.27
Hex77434202C2D3511d24
Octal167103102054556513544
Binary1110111100001110000100101100101101110101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774342; }

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

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

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

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

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

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

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

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