Html Css Color HEX #764450 Camelot

📋 copy color: '#764450'

red 118 ◦ green 68 ◦ blue 80

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

Shades of Camelot #764450

Tints of Camelot #764450

RGB

 RED value IS 118 (46.48% from 255) = 44.36%

 GREEN value IS 68 (26.95% from 255) = 25.56%

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

R = 44.36%
G = 25.56%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#764450 (or 0x764450) is known color: Camelot. HEX triplet: 76, 44 and 50. RGB value is (118,68,80). Sum of RGB (Red+Green+Blue) = 118+68+80=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #764450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764450 is #89BBAF. Grayscale: #545454. Windows color (decimal): -9026480 or 5260406. OLE color: 5260406.

HSL color Cylindrical-coordinate representation of color #764450: hue angle of 345.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764450 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 80 -
CMYK 0 0.42 0.32 0.54
HSL 345.6º 0.27% 0.36% -
HSV(B) 345.6º 0.42% 0.46% -
XYZ 10.99 8.56 8.66 -
YUV 84.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 118 68 80 0 0.42 0.32 0.54 345.6 0.27 0.36
Hex 76 44 50 0 2A 20 36 15A 1B 24
Octal 166 104 120 0 52 40 66 532 33 44
Binary 1110110 1000100 1010000 0 101010 100000 110110 101011010 11011 100100

Color Harmonies of #764450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764450

Black with #764450

Text Example


Text Example

White with #764450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764450; }

 p { color: rgb(118,68,80); }

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

background-color css

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

 a { background-color: rgb(118,68,80); }

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

border-color css

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

 span { border-color: rgb(118,68,80); }

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