Html Css Color HEX #075349 Cyprus

📋 copy color: '#075349'

red 7 ◦ green 83 ◦ blue 73

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

Shades of Cyprus #075349

Tints of Cyprus #075349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.92%

 BLUE value IS 73 (28.91% from 255) = 44.79%

R = 4.29%
G = 50.92%
B = 44.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#075349 (or 0x075349) is known color: Cyprus. HEX triplet: 07, 53 and 49. RGB value is (7,83,73). Sum of RGB (Red+Green+Blue) = 7+83+73=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #075349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075349 is #F8ACB6. Grayscale: #3B3B3B. Windows color (decimal): -16297143 or 4805383. OLE color: 4805383.

HSL color Cylindrical-coordinate representation of color #075349: hue angle of 172.11º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075349 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 73 -
CMYK 0.92 0 0.12 0.67
HSL 172.11º 0.84% 0.18% -
HSV(B) 172.11º 0.92% 0.33% -
XYZ 4.38 6.71 7.37 -
YUV 59.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 7 83 73 0.92 0 0.12 0.67 172.11 0.84 0.18
Hex 7 53 49 5C 0 C 43 AC 54 12
Octal 7 123 111 134 0 14 103 254 124 22
Binary 111 1010011 1001001 1011100 0 1100 1000011 10101100 1010100 10010

Color Harmonies of #075349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075349

Black with #075349

Text Example


Text Example

White with #075349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075349; }

 p { color: rgb(7,83,73); }

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

background-color css

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

 a { background-color: rgb(7,83,73); }

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

border-color css

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

 span { border-color: rgb(7,83,73); }

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