Html Css Color HEX #74434B Tosca

📋 copy color: '#74434B'

red 116 ◦ green 67 ◦ blue 75

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

Shades of Tosca #74434B

Tints of Tosca #74434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.97%

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

R = 44.96%
G = 25.97%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74434B (or 0x74434B) is known color: Tosca. HEX triplet: 74, 43 and 4B. RGB value is (116,67,75). Sum of RGB (Red+Green+Blue) = 116+67+75=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74434B is #8BBCB4. Grayscale: #525252. Windows color (decimal): -9157813 or 4932468. OLE color: 4932468.

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

Color convert

RGB 116 67 75 -
CMYK 0 0.42 0.35 0.55
HSL 350.2º 0.27% 0.36% -
HSV(B) 350.2º 0.42% 0.45% -
XYZ 10.48 8.24 7.69 -
YUV 82.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 116 67 75 0 0.42 0.35 0.55 350.2 0.27 0.36
Hex 74 43 4B 0 2A 23 37 15E 1B 24
Octal 164 103 113 0 52 43 67 536 33 44
Binary 1110100 1000011 1001011 0 101010 100011 110111 101011110 11011 100100

Color Harmonies of #74434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74434B

Black with #74434B

Text Example


Text Example

White with #74434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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