Html Css Color HEX #774640 Bole

📋 copy color: '#774640'

red 119 ◦ green 70 ◦ blue 64

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

Shades of Bole #774640

Tints of Bole #774640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

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

R = 47.04%
G = 27.67%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#774640 (or 0x774640) is known color: Bole. HEX triplet: 77, 46 and 40. RGB value is (119,70,64). Sum of RGB (Red+Green+Blue) = 119+70+64=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #774640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774640 is #88B9BF. Grayscale: #545454. Windows color (decimal): -8960448 or 4212343. OLE color: 4212343.

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

Color convert

RGB 119 70 64 -
CMYK 0 0.41 0.46 0.53
HSL 6.55º 0.3% 0.36% -
HSV(B) 6.55º 0.46% 0.47% -
XYZ 10.72 8.67 5.96 -
YUV 83.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 119 70 64 0 0.41 0.46 0.53 6.55 0.3 0.36
Hex 77 46 40 0 29 2E 35 7 1E 24
Octal 167 106 100 0 51 56 65 7 36 44
Binary 1110111 1000110 1000000 0 101001 101110 110101 111 11110 100100

Color Harmonies of #774640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774640

Black with #774640

Text Example


Text Example

White with #774640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774640; }

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

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

background-color css

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

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

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

border-color css

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

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

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