Html Css Color HEX #075048 Cyprus

📋 copy color: '#075048'

red 7 ◦ green 80 ◦ blue 72

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

Shades of Cyprus #075048

Tints of Cyprus #075048

RGB

 RED value IS 7 (3.13% from 255) = 4.4%

 GREEN value IS 80 (31.64% from 255) = 50.31%

 BLUE value IS 72 (28.52% from 255) = 45.28%

R = 4.4%
G = 50.31%
B = 45.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#075048 (or 0x075048) is known color: Cyprus. HEX triplet: 07, 50 and 48. RGB value is (7,80,72). Sum of RGB (Red+Green+Blue) = 7+80+72=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #075048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075048 is #F8AFB7. Grayscale: #393939. Windows color (decimal): -16297912 or 4739079. OLE color: 4739079.

HSL color Cylindrical-coordinate representation of color #075048: hue angle of 173.42º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075048 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 80 72 -
CMYK 0.91 0 0.10 0.69
HSL 173.42º 0.84% 0.17% -
HSV(B) 173.42º 0.91% 0.31% -
XYZ 4.13 6.25 7.12 -
YUV 57.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 7 80 72 0.91 0 0.10 0.69 173.42 0.84 0.17
Hex 7 50 48 5B 0 A 45 AD 54 11
Octal 7 120 110 133 0 12 105 255 124 21
Binary 111 1010000 1001000 1011011 0 1010 1000101 10101101 1010100 10001

Color Harmonies of #075048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075048

Black with #075048

Text Example


Text Example

White with #075048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075048; }

 p { color: rgb(7,80,72); }

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

background-color css

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

 a { background-color: rgb(7,80,72); }

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

border-color css

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

 span { border-color: rgb(7,80,72); }

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