Html Css Color HEX #774440 Bole

📋 copy color: '#774440'

red 119 ◦ green 68 ◦ blue 64

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

Shades of Bole #774440

Tints of Bole #774440

RGB

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

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

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

R = 47.41%
G = 27.09%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#774440 (or 0x774440) is known color: Bole. HEX triplet: 77, 44 and 40. RGB value is (119,68,64). Sum of RGB (Red+Green+Blue) = 119+68+64=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #774440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774440 is #88BBBF. Grayscale: #525252. Windows color (decimal): -8960960 or 4211831. OLE color: 4211831.

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

Color convert

RGB 119 68 64 -
CMYK 0 0.43 0.46 0.53
HSL 4.36º 0.3% 0.36% -
HSV(B) 4.36º 0.46% 0.47% -
XYZ 10.6 8.43 5.92 -
YUV 82.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 119 68 64 0 0.43 0.46 0.53 4.36 0.3 0.36
Hex 77 44 40 0 2B 2E 35 4 1E 24
Octal 167 104 100 0 53 56 65 4 36 44
Binary 1110111 1000100 1000000 0 101011 101110 110101 100 11110 100100

Color Harmonies of #774440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774440

Black with #774440

Text Example


Text Example

White with #774440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774440; }

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

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

background-color css

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

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

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

border-color css

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

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

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