Html Css Color HEX #774040 Bole

📋 copy color: '#774040'

red 119 ◦ green 64 ◦ blue 64

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

Shades of Bole #774040

Tints of Bole #774040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

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

R = 48.18%
G = 25.91%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#774040 (or 0x774040) is known color: Bole. HEX triplet: 77, 40 and 40. RGB value is (119,64,64). Sum of RGB (Red+Green+Blue) = 119+64+64=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #774040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774040 is #88BFBF. Grayscale: #505050. Windows color (decimal): -8961984 or 4210807. OLE color: 4210807.

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

Color convert

RGB 119 64 64 -
CMYK 0 0.46 0.46 0.53
HSL 0.3% 0.36% -
HSV(B) 0.46% 0.47% -
XYZ 10.37 7.96 5.84 -
YUV 80.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 119 64 64 0 0.46 0.46 0.53 0 0.3 0.36
Hex 77 40 40 0 2E 2E 35 0 1E 24
Octal 167 100 100 0 56 56 65 0 36 44
Binary 1110111 1000000 1000000 0 101110 101110 110101 0 11110 100100

Color Harmonies of #774040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774040

Black with #774040

Text Example


Text Example

White with #774040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774040; }

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

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

background-color css

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

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

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

border-color css

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

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

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