Html Css Color HEX #774A40 Bole

📋 copy color: '#774A40'

red 119 ◦ green 74 ◦ blue 64

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

Shades of Bole #774A40

Tints of Bole #774A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

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

R = 46.3%
G = 28.79%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#774A40 (or 0x774A40) is known color: Bole. HEX triplet: 77, 4A and 40. RGB value is (119,74,64). Sum of RGB (Red+Green+Blue) = 119+74+64=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #774A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A40 is #88B5BF. Grayscale: #565656. Windows color (decimal): -8959424 or 4213367. OLE color: 4213367.

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

Color convert

RGB 119 74 64 -
CMYK 0 0.38 0.46 0.53
HSL 10.91º 0.3% 0.36% -
HSV(B) 10.91º 0.46% 0.47% -
XYZ 10.98 9.19 6.05 -
YUV 86.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 119 74 64 0 0.38 0.46 0.53 10.91 0.3 0.36
Hex 77 4A 40 0 26 2E 35 B 1E 24
Octal 167 112 100 0 46 56 65 13 36 44
Binary 1110111 1001010 1000000 0 100110 101110 110101 1011 11110 100100

Color Harmonies of #774A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A40

Black with #774A40

Text Example


Text Example

White with #774A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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