Html Css Color HEX #77463F Bole

📋 copy color: '#77463F'

red 119 ◦ green 70 ◦ blue 63

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

Shades of Bole #77463F

Tints of Bole #77463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25%

R = 47.22%
G = 27.78%
B = 25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77463F (or 0x77463F) is known color: Bole. HEX triplet: 77, 46 and 3F. RGB value is (119,70,63). Sum of RGB (Red+Green+Blue) = 119+70+63=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77463F is #88B9C0. Grayscale: #535353. Windows color (decimal): -8960449 or 4146807. OLE color: 4146807.

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

Color convert

RGB 119 70 63 -
CMYK 0 0.41 0.47 0.53
HSL 7.5º 0.31% 0.36% -
HSV(B) 7.5º 0.47% 0.47% -
XYZ 10.7 8.66 5.81 -
YUV 83.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 119 70 63 0 0.41 0.47 0.53 7.5 0.31 0.36
Hex 77 46 3F 0 29 2F 35 8 1F 24
Octal 167 106 77 0 51 57 65 10 37 44
Binary 1110111 1000110 111111 0 101001 101111 110101 1000 11111 100100

Color Harmonies of #77463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77463F

Black with #77463F

Text Example


Text Example

White with #77463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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