Html Css Color HEX #763944 Camelot

📋 copy color: '#763944'

red 118 ◦ green 57 ◦ blue 68

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

Shades of Camelot #763944

Tints of Camelot #763944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.46%

 BLUE value IS 68 (26.95% from 255) = 27.98%

R = 48.56%
G = 23.46%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#763944 (or 0x763944) is known color: Camelot. HEX triplet: 76, 39 and 44. RGB value is (118,57,68). Sum of RGB (Red+Green+Blue) = 118+57+68=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #763944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763944 is #89C6BB. Grayscale: #4C4C4C. Windows color (decimal): -9029308 or 4471158. OLE color: 4471158.

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

Color convert

RGB 118 57 68 -
CMYK 0 0.52 0.42 0.54
HSL 349.18º 0.35% 0.34% -
HSV(B) 349.18º 0.52% 0.46% -
XYZ 9.98 7.2 6.33 -
YUV 76.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 118 57 68 0 0.52 0.42 0.54 349.18 0.35 0.34
Hex 76 39 44 0 34 2A 36 15D 23 22
Octal 166 71 104 0 64 52 66 535 43 42
Binary 1110110 111001 1000100 0 110100 101010 110110 101011101 100011 100010

Color Harmonies of #763944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763944

Black with #763944

Text Example


Text Example

White with #763944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763944; }

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

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

background-color css

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

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

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

border-color css

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

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

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