Html Css Color HEX #72979C Cadet Blue

📋 copy color: '#72979C'

red 114 ◦ green 151 ◦ blue 156

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

Shades of Cadet Blue #72979C

Tints of Cadet Blue #72979C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.87%

 BLUE value IS 156 (61.33% from 255) = 37.05%

R = 27.08%
G = 35.87%
B = 37.05%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72979C (or 0x72979C) is known color: Cadet Blue. HEX triplet: 72, 97 and 9C. RGB value is (114,151,156). Sum of RGB (Red+Green+Blue) = 114+151+156=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #72979C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72979C is #8D6863. Grayscale: #8C8C8C. Windows color (decimal): -9267300 or 10262386. OLE color: 10262386.

HSL color Cylindrical-coordinate representation of color #72979C: hue angle of 187.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72979C is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 151 156 -
CMYK 0.27 0.03 0 0.39
HSL 187.14º 0.18% 0.53% -
HSV(B) 187.14º 0.27% 0.61% -
XYZ 24.01 28.11 35.61 -
YUV 140.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 114 151 156 0.27 0.03 0 0.39 187.14 0.18 0.53
Hex 72 97 9C 1B 3 0 27 BB 12 35
Octal 162 227 234 33 3 0 47 273 22 65
Binary 1110010 10010111 10011100 11011 11 0 100111 10111011 10010 110101

Color Harmonies of #72979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72979C

Black with #72979C

Text Example


Text Example

White with #72979C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72979C; }

 p { color: rgb(114,151,156); }

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

background-color css

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

 a { background-color: rgb(114,151,156); }

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

border-color css

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

 span { border-color: rgb(114,151,156); }

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