Html Css Color HEX #737475 Raven

📋 copy color: '#737475'

red 115 ◦ green 116 ◦ blue 117

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

Shades of Raven #737475

Tints of Raven #737475

RGB

 RED value IS 115 (45.31% from 255) = 33.05%

 GREEN value IS 116 (45.7% from 255) = 33.33%

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 33.05%
G = 33.33%
B = 33.62%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#737475 (or 0x737475) is known color: Raven. HEX triplet: 73, 74 and 75. RGB value is (115,116,117). Sum of RGB (Red+Green+Blue) = 115+116+117=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 117 - color contains mainly: blue. Hex color #737475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737475 is #8C8B8A. Grayscale: #737373. Windows color (decimal): -9210763 or 7697523. OLE color: 7697523.

HSL color Cylindrical-coordinate representation of color #737475: hue angle of 210º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #737475 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 116 117 -
CMYK 0.02 0.01 0 0.54
HSL 210º 0.01% 0.45% -
HSV(B) 210º 0.02% 0.46% -
XYZ 16.53 17.42 19.32 -
YUV 115.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 115 116 117 0.02 0.01 0 0.54 210 0.01 0.45
Hex 73 74 75 2 1 0 36 D2 1 2D
Octal 163 164 165 2 1 0 66 322 1 55
Binary 1110011 1110100 1110101 10 1 0 110110 11010010 1 101101

Color Harmonies of #737475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737475

Black with #737475

Text Example


Text Example

White with #737475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737475; }

 p { color: rgb(115,116,117); }

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

background-color css

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

 a { background-color: rgb(115,116,117); }

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

border-color css

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

 span { border-color: rgb(115,116,117); }

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