Html Css Color HEX #77463A Bole

📋 copy color: '#77463A'

red 119 ◦ green 70 ◦ blue 58

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

Shades of Bole #77463A

Tints of Bole #77463A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.48%

R = 48.18%
G = 28.34%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77463A (or 0x77463A) is known color: Bole. HEX triplet: 77, 46 and 3A. RGB value is (119,70,58). Sum of RGB (Red+Green+Blue) = 119+70+58=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77463A is #88B9C5. Grayscale: #535353. Windows color (decimal): -8960454 or 3819127. OLE color: 3819127.

HSL color Cylindrical-coordinate representation of color #77463A: hue angle of 11.8º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77463A is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 70 58 -
CMYK 0 0.41 0.51 0.53
HSL 11.8º 0.34% 0.35% -
HSV(B) 11.8º 0.51% 0.47% -
XYZ 10.56 8.61 5.11 -
YUV 83.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 119 70 58 0 0.41 0.51 0.53 11.8 0.34 0.35
Hex 77 46 3A 0 29 33 35 C 22 23
Octal 167 106 72 0 51 63 65 14 42 43
Binary 1110111 1000110 111010 0 101001 110011 110101 1100 100010 100011

Color Harmonies of #77463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77463A

Black with #77463A

Text Example


Text Example

White with #77463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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