Html Css Color HEX #774241 Bole

📋 copy color: '#774241'

red 119 ◦ green 66 ◦ blue 65

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

Shades of Bole #774241

Tints of Bole #774241

RGB

 RED value IS 119 (46.88% from 255) = 47.6%

 GREEN value IS 66 (26.17% from 255) = 26.4%

 BLUE value IS 65 (25.78% from 255) = 26%

R = 47.6%
G = 26.4%
B = 26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774241 (or 0x774241) is known color: Bole. HEX triplet: 77, 42 and 41. RGB value is (119,66,65). Sum of RGB (Red+Green+Blue) = 119+66+65=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #774241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774241 is #88BDBE. Grayscale: #515151. Windows color (decimal): -8961471 or 4276855. OLE color: 4276855.

HSL color Cylindrical-coordinate representation of color #774241: hue angle of 1.11º 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 #774241 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 65 -
CMYK 0 0.45 0.45 0.53
HSL 1.11º 0.29% 0.36% -
HSV(B) 1.11º 0.45% 0.47% -
XYZ 10.51 8.2 6.03 -
YUV 81.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 119 66 65 0 0.45 0.45 0.53 1.11 0.29 0.36
Hex 77 42 41 0 2D 2D 35 1 1D 24
Octal 167 102 101 0 55 55 65 1 35 44
Binary 1110111 1000010 1000001 0 101101 101101 110101 1 11101 100100

Color Harmonies of #774241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774241

Black with #774241

Text Example


Text Example

White with #774241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774241; }

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

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

background-color css

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

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

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

border-color css

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

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

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