Html Css Color HEX #774441 Bole

📋 copy color: '#774441'

red 119 ◦ green 68 ◦ blue 65

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

Shades of Bole #774441

Tints of Bole #774441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 47.22%
G = 26.98%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774441 (or 0x774441) is known color: Bole. HEX triplet: 77, 44 and 41. RGB value is (119,68,65). Sum of RGB (Red+Green+Blue) = 119+68+65=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #774441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774441 is #88BBBE. Grayscale: #525252. Windows color (decimal): -8960959 or 4277367. OLE color: 4277367.

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

Color convert

RGB 119 68 65 -
CMYK 0 0.43 0.45 0.53
HSL 3.33º 0.29% 0.36% -
HSV(B) 3.33º 0.45% 0.47% -
XYZ 10.63 8.44 6.07 -
YUV 82.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 119 68 65 0 0.43 0.45 0.53 3.33 0.29 0.36
Hex 77 44 41 0 2B 2D 35 3 1D 24
Octal 167 104 101 0 53 55 65 3 35 44
Binary 1110111 1000100 1000001 0 101011 101101 110101 11 11101 100100

Color Harmonies of #774441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774441

Black with #774441

Text Example


Text Example

White with #774441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774441; }

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

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

background-color css

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

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

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

border-color css

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

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

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