Html Css Color HEX #774840 Bole

📋 copy color: '#774840'

red 119 ◦ green 72 ◦ blue 64

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

Shades of Bole #774840

Tints of Bole #774840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

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

R = 46.67%
G = 28.24%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#774840 (or 0x774840) is known color: Bole. HEX triplet: 77, 48 and 40. RGB value is (119,72,64). Sum of RGB (Red+Green+Blue) = 119+72+64=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #774840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774840 is #88B7BF. Grayscale: #555555. Windows color (decimal): -8959936 or 4212855. OLE color: 4212855.

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

Color convert

RGB 119 72 64 -
CMYK 0 0.39 0.46 0.53
HSL 8.73º 0.3% 0.36% -
HSV(B) 8.73º 0.46% 0.47% -
XYZ 10.85 8.93 6 -
YUV 85.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 119 72 64 0 0.39 0.46 0.53 8.73 0.3 0.36
Hex 77 48 40 0 27 2E 35 9 1E 24
Octal 167 110 100 0 47 56 65 11 36 44
Binary 1110111 1001000 1000000 0 100111 101110 110101 1001 11110 100100

Color Harmonies of #774840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774840

Black with #774840

Text Example


Text Example

White with #774840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774840; }

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

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

background-color css

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

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

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

border-color css

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

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

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