Html Css Color HEX #07504B Cyprus

📋 copy color: '#07504B'

red 7 ◦ green 80 ◦ blue 75

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

Shades of Cyprus #07504B

Tints of Cyprus #07504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 46.3%

R = 4.32%
G = 49.38%
B = 46.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#07504B (or 0x07504B) is known color: Cyprus. HEX triplet: 07, 50 and 4B. RGB value is (7,80,75). Sum of RGB (Red+Green+Blue) = 7+80+75=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #07504B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07504B is #F8AFB4. Grayscale: #393939. Windows color (decimal): -16297909 or 4935687. OLE color: 4935687.

HSL color Cylindrical-coordinate representation of color #07504B: hue angle of 175.89º 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 #07504B is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 80 75 -
CMYK 0.91 0 0.06 0.69
HSL 175.89º 0.84% 0.17% -
HSV(B) 175.89º 0.91% 0.31% -
XYZ 4.23 6.29 7.65 -
YUV 57.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 7 80 75 0.91 0 0.06 0.69 175.89 0.84 0.17
Hex 7 50 4B 5B 0 6 45 B0 54 11
Octal 7 120 113 133 0 6 105 260 124 21
Binary 111 1010000 1001011 1011011 0 110 1000101 10110000 1010100 10001

Color Harmonies of #07504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07504B

Black with #07504B

Text Example


Text Example

White with #07504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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