Html Css Color HEX #7FA5AF Ziggurat

📋 copy color: '#7FA5AF'

red 127 ◦ green 165 ◦ blue 175

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

Shades of Ziggurat #7FA5AF

Tints of Ziggurat #7FA5AF

RGB

 RED value IS 127 (50% from 255) = 27.19%

 GREEN value IS 165 (64.84% from 255) = 35.33%

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 27.19%
G = 35.33%
B = 37.47%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7FA5AF (or 0x7FA5AF) is known color: Ziggurat. HEX triplet: 7F, A5 and AF. RGB value is (127,165,175). Sum of RGB (Red+Green+Blue) = 127+165+175=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #7FA5AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA5AF is #805A50. Grayscale: #9A9A9A. Windows color (decimal): -8411729 or 11511167. OLE color: 11511167.

HSL color Cylindrical-coordinate representation of color #7FA5AF: hue angle of 192.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FA5AF is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 165 175 -
CMYK 0.27 0.06 0 0.31
HSL 192.5º 0.23% 0.59% -
HSV(B) 192.5º 0.27% 0.69% -
XYZ 29.95 34.52 45.64 -
YUV 154.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 127 165 175 0.27 0.06 0 0.31 192.5 0.23 0.59
Hex 7F A5 AF 1B 6 0 1F C0 17 3B
Octal 177 245 257 33 6 0 37 300 27 73
Binary 1111111 10100101 10101111 11011 110 0 11111 11000000 10111 111011

Color Harmonies of #7FA5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA5AF

Black with #7FA5AF

Text Example


Text Example

White with #7FA5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FA5AF; }

 p { color: rgb(127,165,175); }

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

background-color css

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

 a { background-color: rgb(127,165,175); }

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

border-color css

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

 span { border-color: rgb(127,165,175); }

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