Html Css Color HEX #74444F Camelot

📋 copy color: '#74444F'

red 116 ◦ green 68 ◦ blue 79

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

Shades of Camelot #74444F

Tints of Camelot #74444F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 44.11%
G = 25.86%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74444F (or 0x74444F) is known color: Camelot. HEX triplet: 74, 44 and 4F. RGB value is (116,68,79). Sum of RGB (Red+Green+Blue) = 116+68+79=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74444F is #8BBBB0. Grayscale: #535353. Windows color (decimal): -9157553 or 5194868. OLE color: 5194868.

HSL color Cylindrical-coordinate representation of color #74444F: hue angle of 346.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74444F is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 68 79 -
CMYK 0 0.41 0.32 0.55
HSL 346.25º 0.26% 0.36% -
HSV(B) 346.25º 0.41% 0.45% -
XYZ 10.68 8.41 8.46 -
YUV 83.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 116 68 79 0 0.41 0.32 0.55 346.25 0.26 0.36
Hex 74 44 4F 0 29 20 37 15A 1A 24
Octal 164 104 117 0 51 40 67 532 32 44
Binary 1110100 1000100 1001111 0 101001 100000 110111 101011010 11010 100100

Color Harmonies of #74444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74444F

Black with #74444F

Text Example


Text Example

White with #74444F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,68,79); }

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

background-color css

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

 a { background-color: rgb(116,68,79); }

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

border-color css

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

 span { border-color: rgb(116,68,79); }

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