Html Css Color HEX #77473C Bole

📋 copy color: '#77473C'

red 119 ◦ green 71 ◦ blue 60

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

Shades of Bole #77473C

Tints of Bole #77473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

 BLUE value IS 60 (23.83% from 255) = 24%

R = 47.6%
G = 28.4%
B = 24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77473C (or 0x77473C) is known color: Bole. HEX triplet: 77, 47 and 3C. RGB value is (119,71,60). Sum of RGB (Red+Green+Blue) = 119+71+60=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77473C is #88B8C3. Grayscale: #545454. Windows color (decimal): -8960196 or 3950455. OLE color: 3950455.

HSL color Cylindrical-coordinate representation of color #77473C: hue angle of 11.19º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77473C is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 60 -
CMYK 0 0.40 0.50 0.53
HSL 11.19º 0.33% 0.35% -
HSV(B) 11.19º 0.5% 0.47% -
XYZ 10.68 8.75 5.4 -
YUV 84.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 119 71 60 0 0.40 0.50 0.53 11.19 0.33 0.35
Hex 77 47 3C 0 28 32 35 B 21 23
Octal 167 107 74 0 50 62 65 13 41 43
Binary 1110111 1000111 111100 0 101000 110010 110101 1011 100001 100011

Color Harmonies of #77473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77473C

Black with #77473C

Text Example


Text Example

White with #77473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77473C; }

 p { color: rgb(119,71,60); }

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

background-color css

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

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

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

border-color css

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

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

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