Html Css Color HEX #77463D Bole

📋 copy color: '#77463D'

red 119 ◦ green 70 ◦ blue 61

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

Shades of Bole #77463D

Tints of Bole #77463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.4%

R = 47.6%
G = 28%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#77463D (or 0x77463D) is known color: Bole. HEX triplet: 77, 46 and 3D. RGB value is (119,70,61). Sum of RGB (Red+Green+Blue) = 119+70+61=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77463D is #88B9C2. Grayscale: #535353. Windows color (decimal): -8960451 or 4015735. OLE color: 4015735.

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

Color convert

RGB 119 70 61 -
CMYK 0 0.41 0.49 0.53
HSL 9.31º 0.32% 0.35% -
HSV(B) 9.31º 0.49% 0.47% -
XYZ 10.64 8.64 5.52 -
YUV 83.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 119 70 61 0 0.41 0.49 0.53 9.31 0.32 0.35
Hex 77 46 3D 0 29 31 35 9 20 23
Octal 167 106 75 0 51 61 65 11 40 43
Binary 1110111 1000110 111101 0 101001 110001 110101 1001 100000 100011

Color Harmonies of #77463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77463D

Black with #77463D

Text Example


Text Example

White with #77463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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