Html Css Color HEX #74404C Camelot

📋 copy color: '#74404C'

red 116 ◦ green 64 ◦ blue 76

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

Shades of Camelot #74404C

Tints of Camelot #74404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

 BLUE value IS 76 (30.08% from 255) = 29.69%

R = 45.31%
G = 25%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74404C (or 0x74404C) is known color: Camelot. HEX triplet: 74, 40 and 4C. RGB value is (116,64,76). Sum of RGB (Red+Green+Blue) = 116+64+76=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74404C is #8BBFB3. Grayscale: #505050. Windows color (decimal): -9158580 or 4997236. OLE color: 4997236.

HSL color Cylindrical-coordinate representation of color #74404C: hue angle of 346.15º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74404C is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 64 76 -
CMYK 0 0.45 0.34 0.55
HSL 346.15º 0.29% 0.35% -
HSV(B) 346.15º 0.45% 0.45% -
XYZ 10.34 7.9 7.82 -
YUV 80.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 116 64 76 0 0.45 0.34 0.55 346.15 0.29 0.35
Hex 74 40 4C 0 2D 22 37 15A 1D 23
Octal 164 100 114 0 55 42 67 532 35 43
Binary 1110100 1000000 1001100 0 101101 100010 110111 101011010 11101 100011

Color Harmonies of #74404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74404C

Black with #74404C

Text Example


Text Example

White with #74404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,64,76); }

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

background-color css

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

 a { background-color: rgb(116,64,76); }

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

border-color css

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

 span { border-color: rgb(116,64,76); }

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