Html Css Color HEX #74414B Camelot

📋 copy color: '#74414B'

red 116 ◦ green 65 ◦ blue 75

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

Shades of Camelot #74414B

Tints of Camelot #74414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

 BLUE value IS 75 (29.69% from 255) = 29.3%

R = 45.31%
G = 25.39%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74414B (or 0x74414B) is known color: Camelot. HEX triplet: 74, 41 and 4B. RGB value is (116,65,75). Sum of RGB (Red+Green+Blue) = 116+65+75=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74414B is #8BBEB4. Grayscale: #515151. Windows color (decimal): -9158325 or 4931956. OLE color: 4931956.

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

Color convert

RGB 116 65 75 -
CMYK 0 0.44 0.35 0.55
HSL 348.24º 0.28% 0.35% -
HSV(B) 348.24º 0.44% 0.45% -
XYZ 10.36 8 7.65 -
YUV 81.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 116 65 75 0 0.44 0.35 0.55 348.24 0.28 0.35
Hex 74 41 4B 0 2C 23 37 15C 1C 23
Octal 164 101 113 0 54 43 67 534 34 43
Binary 1110100 1000001 1001011 0 101100 100011 110111 101011100 11100 100011

Color Harmonies of #74414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74414B

Black with #74414B

Text Example


Text Example

White with #74414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74414B; }

 p { color: rgb(116,65,75); }

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

background-color css

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

 a { background-color: rgb(116,65,75); }

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

border-color css

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

 span { border-color: rgb(116,65,75); }

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