Html Css Color HEX #774240 Bole

📋 copy color: '#774240'

red 119 ◦ green 66 ◦ blue 64

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

Shades of Bole #774240

Tints of Bole #774240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.7%

R = 47.79%
G = 26.51%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#774240 (or 0x774240) is known color: Bole. HEX triplet: 77, 42 and 40. RGB value is (119,66,64). Sum of RGB (Red+Green+Blue) = 119+66+64=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #774240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774240 is #88BDBF. Grayscale: #515151. Windows color (decimal): -8961472 or 4211319. OLE color: 4211319.

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

Color convert

RGB 119 66 64 -
CMYK 0 0.45 0.46 0.53
HSL 2.18º 0.3% 0.36% -
HSV(B) 2.18º 0.46% 0.47% -
XYZ 10.48 8.19 5.88 -
YUV 81.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 119 66 64 0 0.45 0.46 0.53 2.18 0.3 0.36
Hex 77 42 40 0 2D 2E 35 2 1E 24
Octal 167 102 100 0 55 56 65 2 36 44
Binary 1110111 1000010 1000000 0 101101 101110 110101 10 11110 100100

Color Harmonies of #774240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774240

Black with #774240

Text Example


Text Example

White with #774240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774240; }

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

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

background-color css

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

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

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

border-color css

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

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

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