Html Css Color HEX #875274 Cosmic

📋 copy color: '#875274'

red 135 ◦ green 82 ◦ blue 116

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

Shades of Cosmic #875274

Tints of Cosmic #875274

RGB

 RED value IS 135 (53.13% from 255) = 40.54%

 GREEN value IS 82 (32.42% from 255) = 24.62%

 BLUE value IS 116 (45.7% from 255) = 34.83%

R = 40.54%
G = 24.62%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#875274 (or 0x875274) is known color: Cosmic. HEX triplet: 87, 52 and 74. RGB value is (135,82,116). Sum of RGB (Red+Green+Blue) = 135+82+116=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #875274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875274 is #78AD8B. Grayscale: #656565. Windows color (decimal): -7908748 or 7623303. OLE color: 7623303.

HSL color Cylindrical-coordinate representation of color #875274: hue angle of 321.51º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875274 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 82 116 -
CMYK 0 0.39 0.14 0.47
HSL 321.51º 0.24% 0.43% -
HSV(B) 321.51º 0.39% 0.53% -
XYZ 16.16 12.45 18.07 -
YUV 101.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 135 82 116 0 0.39 0.14 0.47 321.51 0.24 0.43
Hex 87 52 74 0 27 E 2F 142 18 2B
Octal 207 122 164 0 47 16 57 502 30 53
Binary 10000111 1010010 1110100 0 100111 1110 101111 101000010 11000 101011

Color Harmonies of #875274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875274

Black with #875274

Text Example


Text Example

White with #875274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875274; }

 p { color: rgb(135,82,116); }

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

background-color css

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

 a { background-color: rgb(135,82,116); }

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

border-color css

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

 span { border-color: rgb(135,82,116); }

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