Html Css Color HEX #74435A Cosmic

📋 copy color: '#74435A'

red 116 ◦ green 67 ◦ blue 90

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

Shades of Cosmic #74435A

Tints of Cosmic #74435A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 42.49%
G = 24.54%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74435A (or 0x74435A) is known color: Cosmic. HEX triplet: 74, 43 and 5A. RGB value is (116,67,90). Sum of RGB (Red+Green+Blue) = 116+67+90=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74435A is #8BBCA5. Grayscale: #545454. Windows color (decimal): -9157798 or 5915508. OLE color: 5915508.

HSL color Cylindrical-coordinate representation of color #74435A: hue angle of 331.84º 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 #74435A is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 67 90 -
CMYK 0 0.42 0.22 0.55
HSL 331.84º 0.27% 0.36% -
HSV(B) 331.84º 0.42% 0.45% -
XYZ 11.06 8.47 10.72 -
YUV 84.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 116 67 90 0 0.42 0.22 0.55 331.84 0.27 0.36
Hex 74 43 5A 0 2A 16 37 14C 1B 24
Octal 164 103 132 0 52 26 67 514 33 44
Binary 1110100 1000011 1011010 0 101010 10110 110111 101001100 11011 100100

Color Harmonies of #74435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74435A

Black with #74435A

Text Example


Text Example

White with #74435A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74435A; }

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

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

background-color css

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

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

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

border-color css

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

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

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