Html Css Color HEX #77463E Bole

📋 copy color: '#77463E'

red 119 ◦ green 70 ◦ blue 62

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

Shades of Bole #77463E

Tints of Bole #77463E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.7%

R = 47.41%
G = 27.89%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77463E (or 0x77463E) is known color: Bole. HEX triplet: 77, 46 and 3E. RGB value is (119,70,62). Sum of RGB (Red+Green+Blue) = 119+70+62=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77463E is #88B9C1. Grayscale: #535353. Windows color (decimal): -8960450 or 4081271. OLE color: 4081271.

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

Color convert

RGB 119 70 62 -
CMYK 0 0.41 0.48 0.53
HSL 8.42º 0.31% 0.35% -
HSV(B) 8.42º 0.48% 0.47% -
XYZ 10.67 8.65 5.66 -
YUV 83.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 119 70 62 0 0.41 0.48 0.53 8.42 0.31 0.35
Hex 77 46 3E 0 29 30 35 8 1F 23
Octal 167 106 76 0 51 60 65 10 37 43
Binary 1110111 1000110 111110 0 101001 110000 110101 1000 11111 100011

Color Harmonies of #77463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77463E

Black with #77463E

Text Example


Text Example

White with #77463E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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