Html Css Color HEX #72757A Raven

📋 copy color: '#72757A'

red 114 ◦ green 117 ◦ blue 122

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

Shades of Raven #72757A

Tints of Raven #72757A

RGB

 RED value IS 114 (44.92% from 255) = 32.29%

 GREEN value IS 117 (46.09% from 255) = 33.14%

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 32.29%
G = 33.14%
B = 34.56%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72757A (or 0x72757A) is known color: Raven. HEX triplet: 72, 75 and 7A. RGB value is (114,117,122). Sum of RGB (Red+Green+Blue) = 114+117+122=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 122 - color contains mainly: blue. Hex color #72757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72757A is #8D8A85. Grayscale: #747474. Windows color (decimal): -9276038 or 8025458. OLE color: 8025458.

HSL color Cylindrical-coordinate representation of color #72757A: hue angle of 217.5º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #72757A is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 117 122 -
CMYK 0.07 0.04 0 0.52
HSL 217.5º 0.03% 0.46% -
HSV(B) 217.5º 0.07% 0.48% -
XYZ 16.81 17.71 20.94 -
YUV 116.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 114 117 122 0.07 0.04 0 0.52 217.5 0.03 0.46
Hex 72 75 7A 7 4 0 34 DA 3 2E
Octal 162 165 172 7 4 0 64 332 3 56
Binary 1110010 1110101 1111010 111 100 0 110100 11011010 11 101110

Color Harmonies of #72757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72757A

Black with #72757A

Text Example


Text Example

White with #72757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,117,122); }

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

background-color css

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

 a { background-color: rgb(114,117,122); }

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

border-color css

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

 span { border-color: rgb(114,117,122); }

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