Html Css Color HEX #744650 Camelot

📋 copy color: '#744650'

red 116 ◦ green 70 ◦ blue 80

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

Shades of Camelot #744650

Tints of Camelot #744650

RGB

 RED value IS 116 (45.7% from 255) = 43.61%

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

 BLUE value IS 80 (31.64% from 255) = 30.08%

R = 43.61%
G = 26.32%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#744650 (or 0x744650) is known color: Camelot. HEX triplet: 74, 46 and 50. RGB value is (116,70,80). Sum of RGB (Red+Green+Blue) = 116+70+80=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #744650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744650 is #8BB9AF. Grayscale: #545454. Windows color (decimal): -9157040 or 5260916. OLE color: 5260916.

HSL color Cylindrical-coordinate representation of color #744650: hue angle of 346.96º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744650 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 80 -
CMYK 0 0.40 0.31 0.55
HSL 346.96º 0.25% 0.36% -
HSV(B) 346.96º 0.4% 0.45% -
XYZ 10.84 8.67 8.69 -
YUV 84.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 116 70 80 0 0.40 0.31 0.55 346.96 0.25 0.36
Hex 74 46 50 0 28 1F 37 15B 19 24
Octal 164 106 120 0 50 37 67 533 31 44
Binary 1110100 1000110 1010000 0 101000 11111 110111 101011011 11001 100100

Color Harmonies of #744650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744650

Black with #744650

Text Example


Text Example

White with #744650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744650; }

 p { color: rgb(116,70,80); }

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

background-color css

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

 a { background-color: rgb(116,70,80); }

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

border-color css

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

 span { border-color: rgb(116,70,80); }

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